aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/modcp.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2002-03-18 13:35:43 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2002-03-18 13:35:43 +0000
commite22ee2247022fcf60376aa056cb48212b2775057 (patch)
tree6d00eab5858f13199c891bb33dbd118398c07e70 /phpBB/modcp.php
parent502e4aceeae897a2098d22042a1ce7cb8dfdeb1b (diff)
downloadforums-e22ee2247022fcf60376aa056cb48212b2775057.tar
forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.gz
forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.bz2
forums-e22ee2247022fcf60376aa056cb48212b2775057.tar.xz
forums-e22ee2247022fcf60376aa056cb48212b2775057.zip
Loads'a changes including fix for security issue, thanks to Matthijs for checking this out and confirming
git-svn-id: file:///svn/phpbb/trunk@2305 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/modcp.php')
-rw-r--r--phpBB/modcp.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/modcp.php b/phpBB/modcp.php
index 5bd9268573..35d23ae424 100644
--- a/phpBB/modcp.php
+++ b/phpBB/modcp.php
@@ -29,11 +29,13 @@
* topics via the moderator operations buttons on all of the viewtopic pages.
*/
+define('IN_PHPBB', true);
$phpbb_root_path = "./";
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/bbcode.'.$phpEx);
-include($phpbb_root_path . 'includes/search.'.$phpEx);
+include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
+include($phpbb_root_path . 'includes/functions_search.'.$phpEx);
//
// Obtain initial var settings