mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 18:26:32 +02:00
#s24575
git-svn-id: file:///svn/phpbb/trunk@8487 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -21,6 +21,11 @@ date_default_timezone_set('UTC');
|
||||
|
||||
require($phpbb_root_path . 'config.' . $phpEx);
|
||||
|
||||
if (!defined('PHPBB_INSTALLED') || empty($dbms) || !isset($dbhost) || !isset($dbpasswd) || empty($dbuser))
|
||||
{
|
||||
exit;
|
||||
}
|
||||
|
||||
if (version_compare(PHP_VERSION, '6.0.0-dev', '<'))
|
||||
{
|
||||
set_magic_quotes_runtime(0);
|
||||
|
Reference in New Issue
Block a user