diff options
Diffstat (limited to 'frontends/php/items.php')
| -rw-r--r-- | frontends/php/items.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php index c0f97c7e..46681d41 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -33,7 +33,7 @@ if(!check_anyright("Host","U")) { show_table_header("<font color=\"AA0000\">".S_NO_PERMISSIONS."</font>"); - show_footer(); + show_page_footer(); exit; } ?> @@ -423,5 +423,5 @@ ?> <?php - show_footer(); + show_page_footer(); ?> |
