diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-20 12:25:25 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-20 12:25:25 +0000 |
| commit | dee1b601bd7eb4156d3458570f6200f865282437 (patch) | |
| tree | 2a4ce95bd25a3124f418e6fe9e63c9ca697db06b /frontends/php/include/db.inc.php | |
| parent | 72ce0c873723dc6ae6996314b6909be97f844317 (diff) | |
- added support of aggregate items (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2754 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index ae1a5c42..22f9a2f8 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -25,8 +25,8 @@ // $DB_TYPE ="POSTGRESQL"; $DB_TYPE ="MYSQL"; $DB_SERVER ="localhost"; -// $DB_DATABASE ="zabbix"; - $DB_DATABASE ="osmiy"; + $DB_DATABASE ="zabbix"; +// $DB_DATABASE ="osmiy"; // $DB_DATABASE ="demo"; $DB_USER ="root"; $DB_PASSWORD =""; |
