diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-04 13:47:34 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-04 13:47:34 +0000 |
| commit | 5b09df95f41c91dbbcfe8112c10ef6f5a297103b (patch) | |
| tree | c90a3b50eafec54454d352282bf43ce119f13a32 /frontends/php/include/config.inc.php | |
| parent | dd34f50410dbf8ec37238b5a101c2610e5c808ac (diff) | |
| download | zabbix-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.php | 1 |
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(); } |
