summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpdetails.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:14:24 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-12-14 15:14:24 +0000
commitbeb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea (patch)
tree131965548929548eac6d51236a437f8d0d65ba4f /frontends/php/httpdetails.php
parent38591cdcd09a97021d0cf109fbd75978c8632f06 (diff)
downloadzabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.tar.gz
zabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.tar.xz
zabbix-beb9fbcdd9d8d9b5b9c6e5d9c6c1af91caf3dfea.zip
- [DEV-85] improvements to graph navigations (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5177 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpdetails.php')
-rw-r--r--frontends/php/httpdetails.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/frontends/php/httpdetails.php b/frontends/php/httpdetails.php
index 35d3d736..753226a6 100644
--- a/frontends/php/httpdetails.php
+++ b/frontends/php/httpdetails.php
@@ -39,11 +39,7 @@ include_once "include/page_header.php";
// VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION
$fields=array(
"from"=> array(T_ZBX_INT, O_OPT, null, '{}>=0', null),
- "period"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(ZBX_MIN_PERIOD,ZBX_MAX_PERIOD), null),
- "dec"=> array(T_ZBX_INT, O_OPT, null, null, null),
- "inc"=> array(T_ZBX_INT, O_OPT, null, null, null),
- "left"=> array(T_ZBX_INT, O_OPT, null, null, null),
- "right"=> array(T_ZBX_INT, O_OPT, null, null, null),
+ "period"=> array(T_ZBX_INT, O_OPT, null, null, null),
"stime"=> array(T_ZBX_STR, O_OPT, null, null, null),
"reset"=> array(T_ZBX_STR, O_OPT, P_SYS|P_ACT, null, null),