|
From: Jonathan H. <the...@us...> - 2002-06-17 21:18:40
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv3741 Modified Files: install.php Log Message: Fix for supposed "security" hole.... Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -r1.42 -r1.43 *** install.php 30 Apr 2002 17:56:50 -0000 1.42 --- install.php 17 Jun 2002 21:18:37 -0000 1.43 *************** *** 26,30 **** $phpbb_root_path='./'; include($phpbb_root_path.'extension.inc'); ! include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx); $userdata = array(); --- 26,30 ---- $phpbb_root_path='./'; include($phpbb_root_path.'extension.inc'); ! include($phpbb_root_path . 'includes/functions_selects.'.$phpEx); $userdata = array(); |