diff options
| author | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 12:57:32 +0000 |
|---|---|---|
| committer | martinsj <martinsj@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-04-25 12:57:32 +0000 |
| commit | 0b8329a1c06de8a4f426519daca06c9a7f9bc1bb (patch) | |
| tree | 5fd692776aa12bab08a2df5130c65e4ddc865384 /frontends/php/include/db.inc.php | |
| parent | 22ea6c1ff9a7517df09389803ff88ba401214e99 (diff) | |
- added Notification Report (Martins)
git-svn-id: svn://svn.zabbix.com/trunk@2779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index 22f9a2f8..52039d12 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -28,6 +28,7 @@ $DB_DATABASE ="zabbix"; // $DB_DATABASE ="osmiy"; // $DB_DATABASE ="demo"; +// $DB_DATABASE ="martinsj"; $DB_USER ="root"; $DB_PASSWORD =""; // END OF DATABASE CONFIGURATION |
