summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 13:00:16 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 13:00:16 +0000
commitb0d70e49ec39c7af96a13144fa6747b1b6eaeb20 (patch)
tree01d0c9e9b0e3a675de7307ed49871e0a36ffdd72 /frontends/php/include/defines.inc.php
parent9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 (diff)
- added constant ZBX_HISTORY_COUNT (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4230 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index 3558c34d..7deebe7a 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -395,6 +395,8 @@
define('ZBX_MIN_PERIOD', 3600);
define('ZBX_MAX_PERIOD', 12*31*24*3600);
define('ZBX_PERIOD_DEFAULT', ZBX_MIN_PERIOD);
+
+ define('ZBX_HISTORY_COUNT',5);
global $_GET, $_POST, $_COOKIE, $_REQUEST;