summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-18 12:08:22 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-18 12:08:22 +0000
commit3c99a2e8c2dd141362ccc16ed2e2bd0fb2c60192 (patch)
treecad1473d548ac1509b638f10d658939902411e1d /frontends/php/screenconf.php
parent3695a20101806e32166923450b42add7b044b970 (diff)
- Minor changes (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2537 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenconf.php')
-rw-r--r--frontends/php/screenconf.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/screenconf.php b/frontends/php/screenconf.php
index 0a66d944..3187c73a 100644
--- a/frontends/php/screenconf.php
+++ b/frontends/php/screenconf.php
@@ -32,7 +32,7 @@
if(!check_right("Screen","U",0))
{
// show_table_header("<font color=\"AA0000\">No permissions !</font>");
-// show_footer();
+// show_page_footer();
// exit;
}
update_profile("web.menu.config.last",$page["file"]);
@@ -96,5 +96,5 @@
?>
<?php
- show_footer();
+ show_page_footer();
?>