aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-05-05 17:56:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-05-05 17:56:33 +0000
commite25b2c5f35c77dbe6bf0e4745b86f3036096e2fa (patch)
tree611a28cc169f6773d704a580c65e98f73971d3ed /phpBB/common.php
parent8f765e50a39d79ff23d812fd3a88937f988a75ca (diff)
downloadforums-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/common.php')
-rw-r--r--phpBB/common.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 88577c6971..9564ffa605 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -82,6 +82,9 @@ function deregister_globals()
// If we are on PHP >= 6.0.0 we do not need some code
if (version_compare(phpversion(), '6.0.0-dev', '>='))
{
+ /**
+ * @ignore
+ */
define('STRIP', false);
}
else