From e4164d3c70c6f3f26ca424ee4ef31908816aa191 Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 17 Jun 2002 21:23:38 +0000 Subject: [PATCH] "Fix" for "security" problem in install.php git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2637 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install.php b/phpBB/install.php index b3e619347e..a48c5ab8fd 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();