summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/db.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 07:26:48 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-06-02 07:26:48 +0000
commit718006b053768538623b9753a889a8735ec5c2c3 (patch)
tree0e2c7a972cf5c4510ae07c516f88b765e69e53d6 /frontends/php/include/db.inc.php
parent30d240478b994affeecc3f5fcc446a0cec41bfc4 (diff)
downloadzabbix-718006b053768538623b9753a889a8735ec5c2c3.tar.gz
zabbix-718006b053768538623b9753a889a8735ec5c2c3.tar.xz
zabbix-718006b053768538623b9753a889a8735ec5c2c3.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@2941 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
-rw-r--r--frontends/php/include/db.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 3d315f17..8a5b4b37 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -26,12 +26,11 @@
// $DB_TYPE ="POSTGRESQL";
$DB_TYPE ="MYSQL";
$DB_SERVER ="localhost";
- $DB_DATABASE ="osmiy";
+ $DB_DATABASE ="zabbix";
$DB_USER ="root";
$DB_PASSWORD ="";
// END OF DATABASE CONFIGURATION
-// $USER_DETAILS ="";
global $USER_DETAILS;
if($DB_TYPE == "MYSQL")