diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-10 10:51:48 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-10 10:51:48 +0000 |
| commit | e955d5411165bb66004a72c511ae33210243f98d (patch) | |
| tree | c3e065cd71d94f274fb2cf1f584c0e9cb2dd236a /frontends/php/include/page_header.php | |
| parent | 4a9f29ac617a0e06cca029d3b26a657a83a3623c (diff) | |
| download | zabbix-e955d5411165bb66004a72c511ae33210243f98d.tar.gz zabbix-e955d5411165bb66004a72c511ae33210243f98d.tar.xz zabbix-e955d5411165bb66004a72c511ae33210243f98d.zip | |
- developed slideshows (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3981 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/page_header.php')
| -rw-r--r-- | frontends/php/include/page_header.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/page_header.php b/frontends/php/include/page_header.php index 3d5d568b..b70223d6 100644 --- a/frontends/php/include/page_header.php +++ b/frontends/php/include/page_header.php @@ -36,7 +36,7 @@ COpt::profiling_start("page"); if(!isset($page["file"])) $page["file"] = basename($_SERVER['PHP_SELF']); /* Authorize user */ - if(!defined('ZBX_PAGE_NO_AUTHERIZATION')) + /*if(!defined('ZBX_PAGE_NO_AUTHERIZATION')) { check_authorisation(); @@ -53,7 +53,7 @@ COpt::profiling_start("page"); "node" =>array( "name" =>'- unknown -', "nodeid"=>0)); - } + }*/ include_once "include/locales/en_gb.inc.php"; process_locales(); |
