diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-15 06:24:16 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2003-08-15 06:24:16 +0000 |
| commit | 080193c8e9f4ab5b10f30f28ace8d2778519b511 (patch) | |
| tree | 6f3eb0b2d94558deb7b91bade308c0e33dc9823e /frontends/php/include/db.inc.php | |
| parent | 38a8a414f4d352f5d92b32274691b2b4cfbd66da (diff) | |
Fix for PostgreSQL's Triggers form (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@915 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 1da197ed..6cec7925 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -19,11 +19,11 @@ **/ ?> <?php -// $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 =""; |
