diff options
author | the_systech <the_systech@users.sourceforge.net> | 2002-06-17 21:18:37 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2002-06-17 21:18:37 +0000 |
commit | 6a3ec2b0b3422895d0c6b8ec961c41024d42db3c (patch) | |
tree | 177e50986c843f6de64d0a14d87b2addd13543b1 /phpBB/install.php | |
parent | 84b6f6e925f1f63d6db73aa205294914733c515c (diff) | |
download | forums-6a3ec2b0b3422895d0c6b8ec961c41024d42db3c.tar forums-6a3ec2b0b3422895d0c6b8ec961c41024d42db3c.tar.gz forums-6a3ec2b0b3422895d0c6b8ec961c41024d42db3c.tar.bz2 forums-6a3ec2b0b3422895d0c6b8ec961c41024d42db3c.tar.xz forums-6a3ec2b0b3422895d0c6b8ec961c41024d42db3c.zip |
Fix for supposed "security" hole....
git-svn-id: file:///svn/phpbb/trunk@2636 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install.php')
-rw-r--r-- | phpBB/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install.php b/phpBB/install.php index 0c2f0b768f..f49d26badc 100644 --- a/phpBB/install.php +++ b/phpBB/install.php @@ -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(); |