From 8bf776ead415561f3056a6fee404d2f8dcdcf508 Mon Sep 17 00:00:00 2001 From: acydburn Date: Tue, 13 Jan 2009 18:32:51 +0000 Subject: [PATCH] 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: http://code.phpbb.com/svn/phpbb/trunk@9261 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/common.php b/phpBB/common.php index 5e1bfedf3..b0db9ad5b 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')) -- 2.11.4.GIT