summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-23 16:13:47 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-02-23 16:13:47 +0000
commitcc70c7497afb092f535091b8a44d375b241c21a1 (patch)
tree0eb0939515a7c7a8bc2d2bf861e78ea91406f907 /frontends/php/include/db.inc.php
parentd3fa1cb7b782c6f36434eec7ae3a5d848b4602cf (diff)
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2684 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index b32e5338..058a2a73 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -25,8 +25,8 @@
// $DB_TYPE ="POSTGRESQL";
$DB_TYPE ="MYSQL";
$DB_SERVER ="localhost";
-// $DB_DATABASE ="zabbix";
- $DB_DATABASE ="osmiy";
+ $DB_DATABASE ="zabbix";
+// $DB_DATABASE ="osmiy";
$DB_USER ="root";
$DB_PASSWORD ="";
// END OF DATABASE CONFIGURATION