summaryrefslogtreecommitdiffstats
path: root/frontends/php/services.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/services.php')
-rw-r--r--frontends/php/services.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php
index c14fd6c7..50976b8f 100644
--- a/frontends/php/services.php
+++ b/frontends/php/services.php
@@ -32,7 +32,7 @@
if(!check_anyright("Service","U"))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
update_profile("web.menu.config.last",$page["file"]);
@@ -542,5 +542,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>