summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-04 13:47:34 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-04 13:47:34 +0000
commit5b09df95f41c91dbbcfe8112c10ef6f5a297103b (patch)
treec90a3b50eafec54454d352282bf43ce119f13a32 /frontends/php/include/config.inc.php
parentdd34f50410dbf8ec37238b5a101c2610e5c808ac (diff)
downloadzabbix-5b09df95f41c91dbbcfe8112c10ef6f5a297103b.tar.gz
zabbix-5b09df95f41c91dbbcfe8112c10ef6f5a297103b.tar.xz
zabbix-5b09df95f41c91dbbcfe8112c10ef6f5a297103b.zip
- [DEV-103] fixed login right check for user "guest" (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5317 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index c0b6ee6a..5ecaa690 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -157,7 +157,6 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!!
if(!defined('ZBX_PAGE_NO_AUTHERIZATION')){
check_authorisation();
-
include_once "include/locales/".$USER_DETAILS["lang"].".inc.php";
process_locales();
}