diff options
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 68be033578..ccd043ba70 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -118,11 +118,6 @@ else  	define('STRIP', (get_magic_quotes_gpc()) ? true : false);  } -if (defined('IN_CRON')) -{ -	$phpbb_root_path = dirname(__FILE__) . DIRECTORY_SEPARATOR; -} -  if (file_exists($phpbb_root_path . 'config.' . $phpEx))  {  	require($phpbb_root_path . 'config.' . $phpEx);  | 
