diff options
author | Nils Adermann <naderman@naderman.de> | 2008-05-05 00:17:12 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2008-05-05 00:17:12 +0000 |
commit | 9aac603888071d730f8f33bfdf51cfd0ff176c42 (patch) | |
tree | 834d681665755237bd079150ade36cf93078a9a9 /phpBB/develop/utf_normalizer_test.php | |
parent | 2cfc6b7e0b567dca9bf361ad3a694ba071821c44 (diff) | |
download | forums-9aac603888071d730f8f33bfdf51cfd0ff176c42.tar forums-9aac603888071d730f8f33bfdf51cfd0ff176c42.tar.gz forums-9aac603888071d730f8f33bfdf51cfd0ff176c42.tar.bz2 forums-9aac603888071d730f8f33bfdf51cfd0ff176c42.tar.xz forums-9aac603888071d730f8f33bfdf51cfd0ff176c42.zip |
:o don't allow access to that file for people who cannot add a comment
git-svn-id: file:///svn/phpbb/trunk@8551 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop/utf_normalizer_test.php')
-rw-r--r-- | phpBB/develop/utf_normalizer_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/develop/utf_normalizer_test.php b/phpBB/develop/utf_normalizer_test.php index 9c4ad7f5f3..cf381e58fa 100644 --- a/phpBB/develop/utf_normalizer_test.php +++ b/phpBB/develop/utf_normalizer_test.php @@ -20,7 +20,7 @@ if (php_sapi_name() != 'cli') // Remove or comment the next line (die(".... ) to enable this script. // Do NOT FORGET to either remove this script or disable it after you have used it. // -//die("Please read the first lines of this script for instructions on how to enable it"); +die("Please read the first lines of this script for instructions on how to enable it"); set_time_limit(0); error_reporting(E_ALL); |