aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
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