diff options
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-x | phpBB/install/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 172d296399..eaa0ff12d4 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -8,10 +8,12 @@ * */ -/** +/**#@+ +* @ignore */ define('IN_PHPBB', true); define('IN_INSTALL', true); +/**#@-*/ $phpbb_root_path = './../'; $phpEx = substr(strrchr(__FILE__, '.'), 1); |