From 3f6b104312b703701272f5253e391b37c3fcef6b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Fri, 6 Apr 2007 17:49:47 +0000 Subject: add proper die() statements although /develop is never ever shipped with phpBB... git-svn-id: file:///svn/phpbb/trunk@7288 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/develop/search_fill.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'phpBB/develop/search_fill.php') diff --git a/phpBB/develop/search_fill.php b/phpBB/develop/search_fill.php index 1ab74f562c..6b83b6848b 100644 --- a/phpBB/develop/search_fill.php +++ b/phpBB/develop/search_fill.php @@ -8,6 +8,15 @@ // Do NOT FORGET to either remove this script or disable it after you have used it. // +// +// 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. // -- cgit v1.2.1