mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
Fix for supposed "security" hole....
git-svn-id: file:///svn/phpbb/trunk@2636 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
84b6f6e925
commit
6a3ec2b0b3
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue