summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index dab3d76a..ffc73f4b 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -30,7 +30,7 @@
if(!check_anyright("Host","R"))
{
show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>");
- show_footer();
+ show_page_footer();
exit;
}
?>
@@ -121,5 +121,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>