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