diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-11-08 15:08:37 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2002-11-08 15:08:37 +0000 |
| commit | 12fb9a31a75ce2ba7a3c14fcc90eaf4344a7b437 (patch) | |
| tree | ec41fff8a82bdba5f82942936984d3e292b5e16c /frontends/php/include/db.inc.php | |
| parent | a980d7a6e8b125cd6f0f54df0aa8b7f9e32ada0e (diff) | |
Fixes for PostgreSQL (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@563 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 41a2df96..0dc1967c 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -1,10 +1,10 @@ <? -// $DB_TYPE ="POSTGRESQL"; - $DB_TYPE ="MYSQL"; + $DB_TYPE ="POSTGRESQL"; +// $DB_TYPE ="MYSQL"; $DB_SERVER ="localhost"; $DB_DATABASE ="zabbix"; - $DB_USER ="root"; + $DB_USER ="zabbix"; $DB_PASSWORD =""; $USER_DETAILS =""; |
