diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-27 10:58:33 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-08-27 10:58:33 +0000 |
| commit | 1f08b4d3e99d7955cf62cdaac0123de79b1acdb2 (patch) | |
| tree | add66a586aa27931f1c5bb4a36f8b6eaa743a960 /roundcubemail/installer/check.php | |
| parent | e90425d8c5a3cd3c03cdd3a8252d78bc516cebf5 (diff) | |
- added options to use syslog instead of log file (#1484850)
- added Logging & Debugging section in Installer
- fixed config from $_POST for next installer steps saving
- fixed and re-enabled debug_level setting in installer
git-svn-id: https://svn.roundcube.net/trunk@1683 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 4ede85c95..a314ff72d 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -116,9 +116,6 @@ foreach ($required_libs as $classname => $file) { if (class_exists($classname)) { $RCI->pass($classname); } - else if ($classname == 'DB' || ($classname == 'MDB2' && class_exists('DB'))) { - $RCI->na($classname, 'Use ' . ($classname == 'DB' ? 'MDB2' : 'DB') . ' instead'); - } else { $RCI->fail($classname, "Failed to load $file", $source_urls[$classname]); } |
