summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-25 07:12:00 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-07-25 07:12:00 +0000
commitce0276a3232c92ced91a15af7340193aaff013e8 (patch)
tree7a86cd908fa19f36bb4a36802c908b9eb68873a1 /frontends/php/config.php
parent28d06d4fe1b4b6bee7c4f67266c74990e2d10921 (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@1363 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index 46f1a83f..78743646 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -19,10 +19,11 @@
**/
?>
<?php
+ include "include/config.inc.php";
+
$page["title"] = S_CONFIGURATION_OF_ZABBIX;
$page["file"] = "config.php";
- include "include/config.inc.php";
show_header($page["title"],0,0);
insert_confirm_javascript();
?>