summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/srv_status.php')
-rw-r--r--frontends/php/srv_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php
index cced74f1..9f6bdca2 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.php
@@ -42,7 +42,7 @@
echo "</TD>";
echo "</TR>";
echo "</TABLE>";
- show_footer();
+ show_page_footer();
exit;
}
@@ -210,5 +210,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>