aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/install.php2
1 files changed, 0 insertions, 2 deletions
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);
}