1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-19 05:49:44 +02:00

erm, revert last commit and add relevant comment. ;) This actually allows us to do far more... for example call a config file which was non-existent before.

git-svn-id: file:///svn/phpbb/trunk@9261 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2009-01-13 18:32:51 +00:00
parent 4a58254120
commit 2a38e4d283

View File

@ -18,8 +18,8 @@ if (!defined('IN_PHPBB'))
exit; exit;
} }
// Init Framework // Init Framework - do not change to require_once ;)
require_once PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT; require 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'))