diff options
Diffstat (limited to 'phpBB/develop/lang_duplicates.php')
-rw-r--r-- | phpBB/develop/lang_duplicates.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/develop/lang_duplicates.php b/phpBB/develop/lang_duplicates.php index 5a77c79543..5be48f69f0 100644 --- a/phpBB/develop/lang_duplicates.php +++ b/phpBB/develop/lang_duplicates.php @@ -4,6 +4,15 @@ </head> <body> <?php +// +// Security message: +// +// This script is potentially dangerous. +// 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"); + // ------------------------------------------------------------- // // $Id$ |