summaryrefslogtreecommitdiffstats
path: root/frontends/php/instal.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-10 16:09:31 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-01-10 16:09:31 +0000
commit4126039bc0cad4231822bbd07fe9dda5301ab423 (patch)
tree66eecffa8c7b5ec91b18ae8265a2f65873982e5e /frontends/php/instal.php
parent8434d0ec57d5d159708c53dc26158647ab1dfd0e (diff)
downloadzabbix-4126039bc0cad4231822bbd07fe9dda5301ab423.tar.gz
zabbix-4126039bc0cad4231822bbd07fe9dda5301ab423.tar.xz
zabbix-4126039bc0cad4231822bbd07fe9dda5301ab423.zip
- [DEV-94] added processing of the "database down" event (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5238 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/instal.php')
-rw-r--r--frontends/php/instal.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/instal.php b/frontends/php/instal.php
index 0aa14caa..42cce4a2 100644
--- a/frontends/php/instal.php
+++ b/frontends/php/instal.php
@@ -19,11 +19,11 @@
**/
?>
<?php
- require_once "include/config.inc.php";
- require_once "include/forms.inc.php";
+require_once "include/config.inc.php";
+require_once "include/forms.inc.php";
- $page["title"] = "S_INSTALLATION";
- $page["file"] = "instal.php";
+$page["title"] = "S_INSTALLATION";
+$page["file"] = "instal.php";
include_once "include/page_header.php";
include_once "setup.php";