diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-04 11:33:33 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-10-04 11:33:33 +0000 |
commit | 92f554e38aaf3c4d280c201d3a6521e519acfb47 (patch) | |
tree | 8a72a5f6ea7e5b42efeefe551b055e3605699750 /phpBB/install/data/new_normalizer.php | |
parent | 303239afa44caa02709cf2f301e4fe39704f3383 (diff) | |
download | forums-92f554e3.tar forums-92f554e3.tar.gz forums-92f554e3.tar.bz2 forums-92f554e3.tar.xz forums-92f554e3.zip |
deregister globals to install too
git-svn-id: file:///svn/phpbb/trunk@8130 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/data/new_normalizer.php')
-rw-r--r-- | phpBB/install/data/new_normalizer.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/install/data/new_normalizer.php b/phpBB/install/data/new_normalizer.php index bd9920f5cd..e266f73408 100644 --- a/phpBB/install/data/new_normalizer.php +++ b/phpBB/install/data/new_normalizer.php @@ -1,5 +1,20 @@ <?php +/** +* +* @package install +* @version $Id$ +* @copyright (c) 2007 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* +*/ +/** +* @ignore +*/ +if (!defined('IN_PHPBB')) +{ + exit; +} /** * A wrapper function for the normalizer which takes care of including the class if required and modifies the passed strings |