Fix for supposed "security" hole....

git-svn-id: file:///svn/phpbb/trunk@2636 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2002-06-17 21:18:37 +00:00
parent 84b6f6e925
commit 6a3ec2b0b3

View file

@ -25,7 +25,7 @@ set_magic_quotes_runtime(0); // Disable magic_quotes_runtime
define('IN_PHPBB', true);
$phpbb_root_path='./';
include($phpbb_root_path.'extension.inc');
include($phpbb_root_dir . 'includes/functions_selects.'.$phpEx);
include($phpbb_root_path . 'includes/functions_selects.'.$phpEx);
$userdata = array();
$lang = array();