diff options
Diffstat (limited to 'phpBB/develop/most_users_update.php')
-rw-r--r-- | phpBB/develop/most_users_update.php | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/phpBB/develop/most_users_update.php b/phpBB/develop/most_users_update.php index 6f78390218..b914424ce8 100644 --- a/phpBB/develop/most_users_update.php +++ b/phpBB/develop/most_users_update.php @@ -2,6 +2,19 @@ <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. +// + $phpbb_root_path = "../"; include($phpbb_root_path . 'extension.inc'); @@ -26,4 +39,4 @@ ?> </body> -</html>
\ No newline at end of file +</html> |