summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-27 18:47:23 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-27 18:47:23 +0000
commitf85792e32fa57beb65f9155c65a4a732bda222c1 (patch)
tree30c4bb2adc98036fc684d009750428fe93178e35 /frontends/php/items.php
parentce0276a3232c92ced91a15af7340193aaff013e8 (diff)
downloadzabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.tar.gz
zabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.tar.xz
zabbix-f85792e32fa57beb65f9155c65a4a732bda222c1.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1364 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/frontends/php/items.php b/frontends/php/items.php
index c8abe129..d1f74fd1 100644
--- a/frontends/php/items.php
+++ b/frontends/php/items.php
@@ -19,11 +19,12 @@
**/
?>
<?php
+ include "include/config.inc.php";
+ include "include/forms.inc.php";
+
$page["title"] = S_CONFIGURATION_OF_ITEMS;
$page["file"] = "items.php";
- include "include/config.inc.php";
- include "include/forms.inc.php";
show_header($page["title"],0,0);
insert_confirm_javascript();
?>