aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-04 11:33:33 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-04 11:33:33 +0000
commit92f554e38aaf3c4d280c201d3a6521e519acfb47 (patch)
tree8a72a5f6ea7e5b42efeefe551b055e3605699750 /phpBB/common.php
parent303239afa44caa02709cf2f301e4fe39704f3383 (diff)
downloadforums-92f554e38aaf3c4d280c201d3a6521e519acfb47.tar
forums-92f554e38aaf3c4d280c201d3a6521e519acfb47.tar.gz
forums-92f554e38aaf3c4d280c201d3a6521e519acfb47.tar.bz2
forums-92f554e38aaf3c4d280c201d3a6521e519acfb47.tar.xz
forums-92f554e38aaf3c4d280c201d3a6521e519acfb47.zip
deregister globals to install too
git-svn-id: file:///svn/phpbb/trunk@8130 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 31d6a2ca85..25d5ce8a45 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -1,10 +1,10 @@
<?php
-/**
+/**
*
* @package phpBB3
* @version $Id$
-* @copyright (c) 2005 phpBB Group
-* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
* Minimum Requirement: PHP 4.3.3
*/