diff options
Diffstat (limited to 'phpBB/includes')
| -rw-r--r-- | phpBB/includes/db.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/db.php b/phpBB/includes/db.php index 1e885d56fa..2d1a7be6b7 100644 --- a/phpBB/includes/db.php +++ b/phpBB/includes/db.php @@ -26,6 +26,10 @@ switch($dbms) include($phpbb_root_path . 'db/mysql.'.$phpEx); break; + case 'mysql4': + include($phpbb_root_path . 'db/mysql4.'.$phpEx); + break; + case 'postgres': include($phpbb_root_path . 'db/postgres7.'.$phpEx); break; |
