diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-30 09:52:51 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-05-30 09:52:51 +0000 |
| commit | 37248fa7b984f33291fa9715f301787b17c28ee7 (patch) | |
| tree | a5ee801c754c75201ce591b5efc6c3f348965ca5 /frontends/php/include/defines.inc.php | |
| parent | 9245d334df5ddcce1806d870b21585e6e5b45472 (diff) | |
| download | zabbix-37248fa7b984f33291fa9715f301787b17c28ee7.tar.gz zabbix-37248fa7b984f33291fa9715f301787b17c28ee7.tar.xz zabbix-37248fa7b984f33291fa9715f301787b17c28ee7.zip | |
- merged rev. 4205:4207 from branches/1.4.1 (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4208 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index 295fb00d..b4be08f6 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -390,6 +390,10 @@ define('ZBX_SIMPLE_EXPRESSION_FUNCTION_ID', 3); define('ZBX_SIMPLE_EXPRESSION_PARAMETER_ID', 4); + define('ZBX_MIN_PERIOD', 3600); + define('ZBX_MAX_PERIOD', 12*31*24*3600); + define('ZBX_PERIOD_DEFAULT', ZBX_MIN_PERIOD); + global $_GET, $_POST, $_COOKIE, $_REQUEST; /* Support for PHP5. PHP5 does not have $HTTP_..._VARS */ |
