aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2001-12-05 22:04:04 +0000
committerthe_systech <the_systech@users.sourceforge.net>2001-12-05 22:04:04 +0000
commitebec75109e03db06a2c81c4ea3be2d2c8dce312f (patch)
tree682060e00f166f5a8c878fcfa1769564dafe6415 /phpBB
parent704a9d665cf81426d053c1064faad5e7c25eff60 (diff)
downloadforums-ebec75109e03db06a2c81c4ea3be2d2c8dce312f.tar
forums-ebec75109e03db06a2c81c4ea3be2d2c8dce312f.tar.gz
forums-ebec75109e03db06a2c81c4ea3be2d2c8dce312f.tar.bz2
forums-ebec75109e03db06a2c81c4ea3be2d2c8dce312f.tar.xz
forums-ebec75109e03db06a2c81c4ea3be2d2c8dce312f.zip
oops left some debug info in :D
git-svn-id: file:///svn/phpbb/trunk@1517 89ea8834-ac86-4346-8a33-228a782c2dd0
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);
}