From f06ad43da62a94c0e46219b9c878276633fb39c5 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 14 Jul 2003 22:54:39 +0000 Subject: Re-arrange auth and setup calls ... needs to be repeated for all major scripts git-svn-id: file:///svn/phpbb/trunk@4262 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/mcp.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/mcp.php') diff --git a/phpBB/mcp.php b/phpBB/mcp.php index f6ff246133..729469f47b 100644 --- a/phpBB/mcp.php +++ b/phpBB/mcp.php @@ -52,9 +52,10 @@ include($phpbb_root_path . 'includes/functions_admin.'.$phpEx); // Start session management $user->start(); -$user->setup(); $auth->acl($user->data); +$user->setup(); + // Obtain initial var settings $forum_id = (isset($_REQUEST['f'])) ? max(0, intval($_REQUEST['f'])) : 0; -- cgit v1.2.1