mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 00:07:44 +02:00
in case we do: include(bootstrap) ... include(common)
git-svn-id: file:///svn/phpbb/trunk@9260 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Init Framework
|
// Init Framework
|
||||||
require PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT;
|
require_once PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT;
|
||||||
|
|
||||||
// Run through remaining Framework states
|
// Run through remaining Framework states
|
||||||
if (defined('PHPBB_CONFIG_MISSING') || !defined('PHPBB_INSTALLED'))
|
if (defined('PHPBB_CONFIG_MISSING') || !defined('PHPBB_INSTALLED'))
|
||||||
|
Reference in New Issue
Block a user