aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/convert_bbcodeuid.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/convert_bbcodeuid.php')
-rw-r--r--phpBB/develop/convert_bbcodeuid.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/phpBB/develop/convert_bbcodeuid.php b/phpBB/develop/convert_bbcodeuid.php
index 9e2f959046..4a2a223e20 100644
--- a/phpBB/develop/convert_bbcodeuid.php
+++ b/phpBB/develop/convert_bbcodeuid.php
@@ -1,5 +1,19 @@
<?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');