diff options
Diffstat (limited to 'phpBB/develop/convert_user_regdates.php')
-rw-r--r-- | phpBB/develop/convert_user_regdates.php | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/phpBB/develop/convert_user_regdates.php b/phpBB/develop/convert_user_regdates.php index 15d397ef36..21737edda4 100644 --- a/phpBB/develop/convert_user_regdates.php +++ b/phpBB/develop/convert_user_regdates.php @@ -2,6 +2,20 @@ <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"); + +// +// Do not change anything below this line. +// + + chdir("../"); include('extension.inc'); @@ -67,4 +81,4 @@ include('includes/db.'.$phpEx); ?> </body> -</html>
\ No newline at end of file +</html> |