diff --git a/app/sip_status/sip_status.php b/app/sip_status/sip_status.php index a7143e26f3..d89bfc0ed7 100644 --- a/app/sip_status/sip_status.php +++ b/app/sip_status/sip_status.php @@ -94,7 +94,7 @@ if ($_GET['a'] == "download") { echo "".$text['label-message']."\n"; echo "\n"; echo "\n"; - echo "$msg\n"; + echo "".escape($msg)."\n"; echo "\n"; echo "\n"; echo "\n"; @@ -344,4 +344,4 @@ if ($_GET['a'] == "download") { //include the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>