aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-30 19:51:56 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-30 19:51:56 +0000
commit12c75a0991a59eecd274eb2b03476e80ae608eaa (patch)
treeca3acbedd1a8c67f3abb02587dcc2badd46f0189 /phpBB/install/index.php
parentc44f6ca080c944b57dc912de8708e5239c1543a2 (diff)
downloadforums-12c75a0991a59eecd274eb2b03476e80ae608eaa.tar
forums-12c75a0991a59eecd274eb2b03476e80ae608eaa.tar.gz
forums-12c75a0991a59eecd274eb2b03476e80ae608eaa.tar.bz2
forums-12c75a0991a59eecd274eb2b03476e80ae608eaa.tar.xz
forums-12c75a0991a59eecd274eb2b03476e80ae608eaa.zip
- temporarily disable x-sendfile support (we need to look into methods of checking if it is enabled/disabled or introducing a switch)
- finally allow custom permission settings files (in acp/ as well as in mods/) git-svn-id: file:///svn/phpbb/trunk@6539 89ea8834-ac86-4346-8a33-228a782c2dd0
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);