From 666e0dbf5f8cf58a42855dbd33ea9eb83328d211 Mon Sep 17 00:00:00 2001 From: martinsj Date: Tue, 2 May 2006 06:33:33 +0000 Subject: - added report "Most Busy Triggers Top 100" (Martins) git-svn-id: svn://svn.zabbix.com/trunk@2791 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'frontends/php/include/db.inc.php') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index f300906b..d1c1cf42 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -28,8 +28,8 @@ // $DB_DATABASE ="zabbix"; // $DB_DATABASE ="osmiy"; // $DB_DATABASE ="zabbix"; - $DB_DATABASE ="osmiy"; -// $DB_DATABASE ="demo"; +// $DB_DATABASE ="osmiy"; + $DB_DATABASE ="demo"; // $DB_DATABASE ="martinsj"; $DB_USER ="root"; $DB_PASSWORD =""; -- cgit