From 1a5835ab5ca0ee5086ef364f83774691e4b3adb1 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 14 May 2006 09:50:45 +0000 Subject: - renamed audit.resource -> resourcetype (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2831 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/audit.inc.php | 4 ++-- frontends/php/include/db.inc.php | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'frontends/php/include') diff --git a/frontends/php/include/audit.inc.php b/frontends/php/include/audit.inc.php index c01f9c3d..b23d0fa3 100644 --- a/frontends/php/include/audit.inc.php +++ b/frontends/php/include/audit.inc.php @@ -19,13 +19,13 @@ **/ ?> diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index f6cb1340..86ecc24e 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -23,15 +23,15 @@ // DATABASE CONFIGURATION // $DB_TYPE ="POSTGRESQL"; -// $DB_TYPE ="MYSQL"; - $DB_TYPE ="ORACLE"; + $DB_TYPE ="MYSQL"; +// $DB_TYPE ="ORACLE"; $DB_SERVER ="localhost"; -// $DB_DATABASE ="zabbix"; + $DB_DATABASE ="zabbix"; // $DB_DATABASE ="osmiy"; - $DB_DATABASE ="demo"; +// $DB_DATABASE ="demo"; // $DB_DATABASE ="martinsj"; - $DB_USER ="scott"; - $DB_PASSWORD ="tiger"; + $DB_USER ="root"; + $DB_PASSWORD =""; // END OF DATABASE CONFIGURATION // $USER_DETAILS =""; -- cgit