aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/bbcode_conversion.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/bbcode_conversion.php')
-rw-r--r--phpBB/develop/bbcode_conversion.php17
1 files changed, 15 insertions, 2 deletions
diff --git a/phpBB/develop/bbcode_conversion.php b/phpBB/develop/bbcode_conversion.php
index e3439c91cd..f340b7d18f 100644
--- a/phpBB/develop/bbcode_conversion.php
+++ b/phpBB/develop/bbcode_conversion.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * config.php
+ * bbcode_conversion.php
* -------------------
* begin : Tuesday, March 20, 2001
* copyright : (C) 2001 The phpBB Group
@@ -21,6 +21,19 @@
*
*
***************************************************************************/
+
+//
+// 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.
+//
include('../extension.inc');
include('../config.'.$phpEx);
@@ -202,4 +215,4 @@ function undo_make_clickable($text) {
-?> \ No newline at end of file
+?>