diff options
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 |