|
From: Jonathan H. <the...@us...> - 2001-12-05 22:04:07
|
Update of /cvsroot/phpbb/phpBB2
In directory usw-pr-cvs1:/tmp/cvs-serv19457
Modified Files:
install.php
Log Message:
oops left some debug info in :D
Index: install.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/install.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** install.php 2001/12/05 21:55:20 1.19
--- install.php 2001/12/05 22:04:04 1.20
***************
*** 610,615 ****
else if( isset($dbms) )
{
- echo $dbms;
- exit;
include($phpbb_root_path.'includes/db.'.$phpEx);
}
--- 610,613 ----
|