From 4eeeb02ee16f99f6b2d692f7e863ebfca66c1c63 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 24 Nov 2005 16:43:23 +0000 Subject: Misc cleanup. git-svn-id: svn://svn.zabbix.com/trunk@2356 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/db.inc.php') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index dc61fa37..dc235ee5 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -25,7 +25,7 @@ // $DB_TYPE ="POSTGRESQL"; $DB_TYPE ="MYSQL"; $DB_SERVER ="localhost"; - $DB_DATABASE ="zabbix"; + $DB_DATABASE ="test"; $DB_USER ="root"; $DB_PASSWORD =""; // END OF DATABASE CONFIGURATION -- cgit