diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-13 18:32:51 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-01-13 18:32:51 +0000 |
commit | 2a38e4d283175c280cefdf4b7c09a58396548f68 (patch) | |
tree | 80dea97442ea174c649c77291a33b5d07ef16cee /phpBB/common.php | |
parent | 4a58254120574c8c7317f45af982152a2ed13650 (diff) | |
download | forums-2a38e4d283175c280cefdf4b7c09a58396548f68.tar forums-2a38e4d283175c280cefdf4b7c09a58396548f68.tar.gz forums-2a38e4d283175c280cefdf4b7c09a58396548f68.tar.bz2 forums-2a38e4d283175c280cefdf4b7c09a58396548f68.tar.xz forums-2a38e4d283175c280cefdf4b7c09a58396548f68.zip |
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
Diffstat (limited to 'phpBB/common.php')
-rw-r--r-- | phpBB/common.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index 5e1bfedf38..b0db9ad5b2 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -18,8 +18,8 @@ if (!defined('IN_PHPBB')) exit; } -// Init Framework -require_once PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT; +// Init Framework - do not change to require_once ;) +require PHPBB_ROOT_PATH . 'includes/core/bootstrap.' . PHP_EXT; // Run through remaining Framework states if (defined('PHPBB_CONFIG_MISSING') || !defined('PHPBB_INSTALLED')) |