summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-18 17:02:39 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-18 17:02:39 +0000
commit93dbab017af3dc485bb3b24026eefa518785653a (patch)
tree8f5a352dfc484297b91212f61688bc7d322e209b /frontends/php/include/config.inc.php
parent274354c2aff78c8d96f78a36a654b215bd6232fa (diff)
- Minor Changes (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2539 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 91c041f9..8898022c 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -1003,7 +1003,7 @@ function SDI($msg) { echo "DEBUG INFO: $msg ".BR; } # DEBUG INFO!!!
# Header for HTML pages
- function show_header($title,$dorefresh,$nomenu=0,$noauth=0)
+ function show_header($title,$dorefresh=0,$nomenu=0,$noauth=0)
{
global $page;
global $USER_DETAILS;