summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-21 10:47:01 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-21 10:47:01 +0000
commitacb94184d3be234c51afae80428233c548977b7f (patch)
tree28b56548ab2c492427dc60db359ce783ffc5a5fb /frontends/php/queue.php
parent0cc27d49dd291e679531fa5c197d86d4f192377c (diff)
downloadzabbix-acb94184d3be234c51afae80428233c548977b7f.tar.gz
zabbix-acb94184d3be234c51afae80428233c548977b7f.tar.xz
zabbix-acb94184d3be234c51afae80428233c548977b7f.zip
- renamed latestalarms.php and alerts.php (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2553 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index ffc73f4b..a1815cb4 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -36,6 +36,15 @@
?>
<?php
+// VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION
+ $fields=array(
+ "show"=> array(T_ZBX_INT, O_OPT, P_SYS, IN("0,1"), NULL)
+ );
+
+ check_fields($fields);
+?>
+
+<?php
if(!isset($_REQUEST["show"]))
{
$_REQUEST["show"]=0;