This commit is contained in:
David Anderson 2024-12-21 14:55:49 -08:00
parent 443889e7bc
commit c08cd58443
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ xml_header();
$req = $_POST['request'];
$r = simplexml_load_string($req);
if (!$r) {
xml_error(-1, "can't parse request message: $req", __FILE__, __LINE__);
xml_error(-1, "can't parse request message: ".htmlspecialchars($req), __FILE__, __LINE__);
}
switch($r->getName()) {