aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_forums.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-18 14:54:25 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-18 14:54:25 +0000
commit9ec9adec4d77430ac776c5b0fd7b963fd1064ca5 (patch)
tree7801270ec3ef8462c98d9a385166a1ddc4402fa8 /phpBB/admin/admin_forums.php
parenta30d780877bf89873065077c0f661d54c86704a7 (diff)
downloadforums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar
forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.gz
forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.bz2
forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.tar.xz
forums-9ec9adec4d77430ac776c5b0fd7b963fd1064ca5.zip
Security updates + a few updates for chopped up functions compatibility
git-svn-id: file:///svn/phpbb/trunk@2310 89ea8834-ac86-4346-8a33-228a782c2dd0
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,