diff options
author | David M <davidmj@users.sourceforge.net> | 2007-07-19 20:01:19 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-07-19 20:01:19 +0000 |
commit | e9b908174cbeed0c780c56d6d74b761e40d8b594 (patch) | |
tree | 9a6c4b8af345b04a5ee07b90848ddb714896b4e6 /phpBB/develop | |
parent | 5c14f323cd1fac0ebe3a74226dab6adf125dad65 (diff) | |
download | forums-e9b908174cbeed0c780c56d6d74b761e40d8b594.tar forums-e9b908174cbeed0c780c56d6d74b761e40d8b594.tar.gz forums-e9b908174cbeed0c780c56d6d74b761e40d8b594.tar.bz2 forums-e9b908174cbeed0c780c56d6d74b761e40d8b594.tar.xz forums-e9b908174cbeed0c780c56d6d74b761e40d8b594.zip |
yay for security!
git-svn-id: file:///svn/phpbb/trunk@7907 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/develop')
-rw-r--r-- | phpBB/develop/generate_utf_confusables.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/develop/generate_utf_confusables.php b/phpBB/develop/generate_utf_confusables.php index 39a9a386b4..e2fd5bbaa3 100644 --- a/phpBB/develop/generate_utf_confusables.php +++ b/phpBB/develop/generate_utf_confusables.php @@ -10,7 +10,7 @@ if (php_sapi_name() != 'cli') { -// die("This program must be run from the command line.\n"); + die("This program must be run from the command line.\n"); } // @@ -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); |