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