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