summaryrefslogtreecommitdiffstats
path: root/frontends/php/report1.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-21 12:04:14 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-01-21 12:04:14 +0000
commit6cedc68a94791171bc3b3bd3087d6330f039c031 (patch)
treee83e801e16b5259bbd6712f51d6219e6d0b8f01e /frontends/php/report1.php
parentacb94184d3be234c51afae80428233c548977b7f (diff)
downloadzabbix-6cedc68a94791171bc3b3bd3087d6330f039c031.tar.gz
zabbix-6cedc68a94791171bc3b3bd3087d6330f039c031.tar.xz
zabbix-6cedc68a94791171bc3b3bd3087d6330f039c031.zip
Frontend improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2554 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report1.php')
-rw-r--r--frontends/php/report1.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/frontends/php/report1.php b/frontends/php/report1.php
index eaf45dd1..199ff2d7 100644
--- a/frontends/php/report1.php
+++ b/frontends/php/report1.php
@@ -30,6 +30,14 @@
?>
<?php
+// VAR TYPE OPTIONAL FLAGS VALIDATION EXCEPTION
+ $fields=array(
+ );
+
+ check_fields($fields);
+?>
+
+<?php
show_table_header(S_STATUS_OF_ZABBIX_BIG);
$table = new CTableInfo();