Update sip_status.php
This commit is contained in:
@@ -94,7 +94,7 @@ if ($_GET['a'] == "download") {
|
|||||||
echo "<th align='left'>".$text['label-message']."</th>\n";
|
echo "<th align='left'>".$text['label-message']."</th>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\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 "</tr>\n";
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
@@ -344,4 +344,4 @@ if ($_GET['a'] == "download") {
|
|||||||
//include the footer
|
//include the footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user