Update sip_status.php

This commit is contained in:
FusionPBX 2019-08-21 00:17:33 -06:00 committed by GitHub
parent 9ebc6d9d83
commit 5660e9c751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ if ($_GET['a'] == "download") {
echo "<th align='left'>".$text['label-message']."</th>\n";
echo "</tr>\n";
echo "<tr>\n";
echo "<td class='row_style1'><strong>$msg</strong></td>\n";
echo "<td class='row_style1'><strong>".escape($msg)."</strong></td>\n";
echo "</tr>\n";
echo "</table>\n";
echo "</div>\n";
@ -344,4 +344,4 @@ if ($_GET['a'] == "download") {
//include the footer
require_once "resources/footer.php";
?>
?>