Update sip_status.php

This commit is contained in:
FusionPBX
2019-08-21 00:17:33 -06:00
committed by GitHub
parent 17f2911056
commit 1946944a5f

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";
?>
?>