diff options
Diffstat (limited to 'phpBB/language/en/acp/prune.php')
-rw-r--r-- | phpBB/language/en/acp/prune.php | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/phpBB/language/en/acp/prune.php b/phpBB/language/en/acp/prune.php index 6172602f9f..31e14d62a1 100644 --- a/phpBB/language/en/acp/prune.php +++ b/phpBB/language/en/acp/prune.php @@ -1,18 +1,23 @@ <?php -/** +/** * * acp_prune [English] * * @package language * @version $Id$ -* @copyright (c) 2005 phpBB Group -* @license http://opensource.org/licenses/gpl-license.php GNU Public License +* @copyright (c) 2005 phpBB Group +* @license http://opensource.org/licenses/gpl-license.php GNU Public License * */ /** * DO NOT CHANGE */ +if (!defined('IN_PHPBB')) +{ + exit; +} + if (empty($lang) || !is_array($lang)) { $lang = array(); |