From 1946944a5f429c04360aa8b002ca01578a5fb01d Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 21 Aug 2019 00:17:33 -0600 Subject: [PATCH] Update sip_status.php --- app/sip_status/sip_status.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>