This tid-bit will remove the 2nd ACP Authentication. If you are logged in as the admin, you can click the Administrator Control Panel and be redirected there without supplying a 2nd login.
// 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);
}
// 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);
//}
[/i_i]OR Simply comment out the lines in the Find section.
________________________
Ed
"Be kinder than necessary for everyone
you meet is fighting some kind of battle."
________________________ ALWAYS BACK-UP BEFORE MAKING CHANGES TO YOUR DATABASE OR FILES. ALWAYS!!!!
Do not PM me asking for support unless invited to do so. Use the forums.