aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/acp/posting.php')
-rw-r--r--phpBB/language/en/acp/posting.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpBB/language/en/acp/posting.php b/phpBB/language/en/acp/posting.php
index b52946e135..35a3d1b2b6 100644
--- a/phpBB/language/en/acp/posting.php
+++ b/phpBB/language/en/acp/posting.php
@@ -13,6 +13,11 @@
/**
* DO NOT CHANGE
*/
+if (!defined('IN_PHPBB'))
+{
+ exit;
+}
+
if (empty($lang) || !is_array($lang))
{
$lang = array();