diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-28 10:58:35 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-28 10:58:35 +0000 |
| commit | d900ed4f6e12a690ef20440933b9b3d37cf49af5 (patch) | |
| tree | 7eb7c77c0ff3537dc0e469cf4c148aba577201ee /frontends/php/include/db.inc.php | |
| parent | f9f07b4cae6072d0c9c40f02a2b7042c62d5857d (diff) | |
Better performance of right checking and other fixes.:w
git-svn-id: svn://svn.zabbix.com/trunk@2712 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 b32e5338..fa0f1607 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_USER ="root"; $DB_PASSWORD =""; // END OF DATABASE CONFIGURATION @@ -58,7 +58,7 @@ { global $DB,$DB_TYPE; -# echo $query,"<br>"; +// echo $query,"<br>"; if($DB_TYPE == "MYSQL") { |
