aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php4
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);