mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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:
parent
27c691e6a1
commit
4a58254120
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if (!defined('IN_PHPBB'))
|
|||
}
|
||||
|
||||
// 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
|
||||
if (defined('PHPBB_CONFIG_MISSING') || !defined('PHPBB_INSTALLED'))
|
||||
|
|
Loading…
Add table
Reference in a new issue