summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 14:56:56 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-10-27 14:56:56 +0000
commit0cd27c148e3918d42cf8fd0080a0a8234a8825ec (patch)
treee737e6ca276d6e31b02ea885a0947165370d5fd7 /frontends/php/include
parenta7f9515bfe4cdd3d57547f100a936fb292a6c38d (diff)
recreate script updated
git-svn-id: svn://svn.zabbix.com/trunk@3396 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/db.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php
index 74a003d8..15b5e27e 100644
--- a/frontends/php/include/db.inc.php
+++ b/frontends/php/include/db.inc.php
@@ -26,7 +26,7 @@
// $DB_TYPE ="POSTGRESQL";
$DB_TYPE ="MYSQL";
$DB_SERVER ="localhost";
- $DB_DATABASE ="1_3_rights1";
+ $DB_DATABASE ="osmiy1";
$DB_USER ="root";
$DB_PASSWORD ="";
// END OF DATABASE CONFIGURATION