diff options
Diffstat (limited to 'phpBB/develop/rename_interfaces.php')
-rw-r--r-- | phpBB/develop/rename_interfaces.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/develop/rename_interfaces.php b/phpBB/develop/rename_interfaces.php index b27f93e340..11989350bb 100644 --- a/phpBB/develop/rename_interfaces.php +++ b/phpBB/develop/rename_interfaces.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"); $code_dir = realpath(__DIR__ . '/../'); $test_dir = realpath(__DIR__ . '/../../tests/'); |