diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-05 17:56:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-05-05 17:56:33 +0000 |
commit | e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa (patch) | |
tree | 611a28cc169f6773d704a580c65e98f73971d3ed /phpBB/index.php | |
parent | 8f765e50a39d79ff23d812fd3a88937f988a75ca (diff) | |
download | forums-e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa.tar forums-e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa.tar.gz forums-e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa.tar.bz2 forums-e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa.tar.xz forums-e25b2c5f35c77dbe6bf0e4745b86f3036096e2fa.zip |
- some adjustements for phpdocumentor
git-svn-id: file:///svn/phpbb/trunk@5883 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/index.php')
-rw-r--r-- | phpBB/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/index.php b/phpBB/index.php index 9f180a5216..4795d14072 100644 --- a/phpBB/index.php +++ b/phpBB/index.php @@ -9,6 +9,7 @@ */ /** +* @ignore */ define('IN_PHPBB', true); $phpbb_root_path = './'; |