diff --git a/phpBB/install.php b/phpBB/install.php index d19d2983d6..09bc4ba176 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -609,8 +609,6 @@ else } else if( isset($dbms) ) { - echo $dbms; - exit; include($phpbb_root_path.'includes/db.'.$phpEx); }