summaryrefslogtreecommitdiffstats
path: root/frontends/php/httpconf.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-05 13:48:38 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-05 13:48:38 +0000
commitcd1c62734e8764107414b3fa3f44f6f9901aa8ad (patch)
tree9900a99b00f521fde294abecadf8e68608795b93 /frontends/php/httpconf.php
parentab9582df4faf46795b9a0c17b418fd244625f077 (diff)
downloadzabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.gz
zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.tar.xz
zabbix-cd1c62734e8764107414b3fa3f44f6f9901aa8ad.zip
- developed slideshow configuration (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3977 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/httpconf.php')
-rw-r--r--frontends/php/httpconf.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/httpconf.php b/frontends/php/httpconf.php
index 522d5b5b..c7a220be 100644
--- a/frontends/php/httpconf.php
+++ b/frontends/php/httpconf.php
@@ -53,8 +53,8 @@ include_once "include/page_header.php";
"new_httpstep"=> array(T_ZBX_STR, O_OPT, null, null,null),
- "move_up"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null),
- "move_down"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null),
+ "move_up"=> array(T_ZBX_INT, O_OPT, P_ACT, BETWEEN(0,65534), null),
+ "move_down"=> array(T_ZBX_INT, O_OPT, P_ACT, BETWEEN(0,65534), null),
"sel_step"=> array(T_ZBX_INT, O_OPT, null, BETWEEN(0,65534), null),