mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
git-svn-id: file:///svn/phpbb/trunk@7922 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
088874004d
commit
9350d33230
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class acp_main
|
||||||
function main($id, $mode)
|
function main($id, $mode)
|
||||||
{
|
{
|
||||||
global $config, $db, $user, $auth, $template;
|
global $config, $db, $user, $auth, $template;
|
||||||
global $phpbb_root_path, $phpbb_admin_path, $phpEx, $table_prefix;
|
global $phpbb_root_path, $phpbb_admin_path, $phpEx;
|
||||||
|
|
||||||
// Show restore permissions notice
|
// Show restore permissions notice
|
||||||
if ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm'))
|
if ($user->data['user_perm_from'] && $auth->acl_get('a_switchperm'))
|
||||||
|
|
Loading…
Add table
Reference in a new issue