diff options
Diffstat (limited to 'phpBB/groupcp.php')
-rw-r--r-- | phpBB/groupcp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/groupcp.php b/phpBB/groupcp.php index 477e6c2f0f..a1c4016044 100644 --- a/phpBB/groupcp.php +++ b/phpBB/groupcp.php @@ -20,6 +20,7 @@ * ***************************************************************************/ +define('IN_PHPBB', true); $phpbb_root_path = "./"; include($phpbb_root_path . 'extension.inc'); include($phpbb_root_path . 'common.'.$phpEx); |