Update sip_status.php
This commit is contained in:
parent
9ebc6d9d83
commit
5660e9c751
|
|
@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue