diff options
Diffstat (limited to 'phpBB/develop/namespacify.php')
-rw-r--r-- | phpBB/develop/namespacify.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/develop/namespacify.php b/phpBB/develop/namespacify.php index 1995a01594..4e460eead8 100644 --- a/phpBB/develop/namespacify.php +++ b/phpBB/develop/namespacify.php @@ -1,4 +1,19 @@ <?php +/** +* +* @copyright (c) 2012 phpBB Group +* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2 +* +*/ + +// +// 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"); $namespace_dir = realpath(__DIR__ . '/../phpbb/'); $code_dir = realpath(__DIR__ . '/../'); |