phpBB 3.0.x Remove ACP 2nd authentication login
Posted: 05 Dec 2012, 21:53
Remove ACP 2nd authentication login
OPEN adm/index.php
FIND
REPLACE-WITH
OPEN adm/index.php
FIND
Code: Select all
// Have they authenticated (again) as an admin for this session?
if (!isset($user->data['session_admin']) || !$user->data['session_admin'])
{
login_box('', $user->lang['LOGIN_ADMIN_CONFIRM'], $user->lang['LOGIN_ADMIN_SUCCESS'], true, false);
}
Code: Select all
// Have they authenticated (again) as an admin for this session?
//if (!isset($user->data['session_admin']) || !$user->data['session_admin'])
//{
// login_box('', $user->lang['LOGIN_ADMIN_CONFIRM'], $user->lang['LOGIN_ADMIN_SUCCESS'], true, false);
//}