summaryrefslogtreecommitdiffstats
path: root/frontends/php/conf
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-01 13:58:10 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-01 13:58:10 +0000
commit6615cce7aaf92edabdcc33d9db91ff01c4fdbe0a (patch)
treea9434cd259b71f620727795613d5af3fd798b3e6 /frontends/php/conf
parent91da2b8621634e300ce35b00230ec30f9e5aadb5 (diff)
downloadzabbix-6615cce7aaf92edabdcc33d9db91ff01c4fdbe0a.tar.gz
zabbix-6615cce7aaf92edabdcc33d9db91ff01c4fdbe0a.tar.xz
zabbix-6615cce7aaf92edabdcc33d9db91ff01c4fdbe0a.zip
- [HAN-2] merged rev.5301:5304 of 1.4/ (Artem) [improved speed on coping triggers to host]
- [DEV-103] fixes to users group jsmenu (Artem) git-svn-id: svn://svn.zabbix.com/trunk@5305 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/conf')
-rw-r--r--frontends/php/conf/maintenance.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/conf/maintenance.inc.php b/frontends/php/conf/maintenance.inc.php
index ec9651ce..369341d1 100644
--- a/frontends/php/conf/maintenance.inc.php
+++ b/frontends/php/conf/maintenance.inc.php
@@ -24,7 +24,7 @@
//define('ZBX_DENY_GUI_ACCESS',1);
// IP range, who allowed to connect to FrontEnd
-//$ZBX_GUI_ACCESS_IP_RANGE = array('');
+//$ZBX_GUI_ACCESS_IP_RANGE = array('127.0.0.1');
// MSG showed on Warning screen!
//$_REQUEST['warning_msg'] = 'ZABBIX is under maintenance.';