aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop/fill.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/develop/fill.php')
-rw-r--r--phpBB/develop/fill.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/develop/fill.php b/phpBB/develop/fill.php
index 2aee3d333f..336e510d06 100644
--- a/phpBB/develop/fill.php
+++ b/phpBB/develop/fill.php
@@ -10,6 +10,15 @@
// LICENCE : GPL vs2.0 [ see /docs/COPYING ]
//
// -------------------------------------------------------------
+//
+// 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");
+
define('IN_PHPBB', true);
$phpbb_root_path = './../';