aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_forums.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/admin/admin_forums.php')
-rw-r--r--phpBB/admin/admin_forums.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php
index faf51852af..230a7e1b91 100644
--- a/phpBB/admin/admin_forums.php
+++ b/phpBB/admin/admin_forums.php
@@ -20,6 +20,8 @@
*
***************************************************************************/
+define('IN_PHPBB', 1);
+
if( !empty($setmodules) )
{
$file = basename(__FILE__);
@@ -32,6 +34,7 @@ if( !empty($setmodules) )
//
$phpbb_root_dir = "./../";
require('pagestart.inc');
+include($phpbb_root_dir . 'includes/functions_admin.'.$phpEx);
$forum_auth_ary = array(
"auth_view" => AUTH_ALL,