diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-21 14:15:48 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-21 14:15:48 +0000 |
commit | 8c31649706cf4d01c82f1e1b72d806f37359d670 (patch) | |
tree | 34e426caae47db24faeee6e77e6c633d51ea4fb1 /phpBB/admin/admin_forums.php | |
parent | 75731c034cbae26f077f959ad77ec4fc4aff2b89 (diff) | |
download | forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.gz forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.bz2 forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.xz forums-8c31649706cf4d01c82f1e1b72d806f37359d670.zip |
require_once updates
git-svn-id: file:///svn/phpbb/trunk@3340 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_forums.php')
-rw-r--r-- | phpBB/admin/admin_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_forums.php b/phpBB/admin/admin_forums.php index 8f4b13d99f..6677862980 100644 --- a/phpBB/admin/admin_forums.php +++ b/phpBB/admin/admin_forums.php @@ -35,7 +35,7 @@ define('IN_PHPBB', 1); $phpbb_root_path = '../'; require($phpbb_root_path . 'extension.inc'); require('pagestart.' . $phpEx); -include($phpbb_root_path . 'includes/functions_admin.'.$phpEx); +require_once($phpbb_root_path . 'includes/functions_admin.'.$phpEx); // Get mode $mode = (isset($_REQUEST['mode'])) ? $_REQUEST['mode'] : ''; |