Transfer the SID at login...

This commit is contained in:
Christian
2008-11-08 15:52:21 +00:00
parent 01d6f6bfa9
commit 0018515442
3 changed files with 6 additions and 7 deletions

View File

@@ -1121,11 +1121,10 @@ if( $user->data['is_registered'] && $auth->acl_get('a_') )
break;
}
} else {
include($phpbb_root_path . 'install_portal/style/layout_header.'.$phpEx);
echo '<h1>' . $user->lang['INSTALLER_ERROR'] . '</h1>';
echo '<p>' . $user->lang['INSTALLER_NEEDS_ADMIN'] . '</p>';
include($phpbb_root_path . 'install_portal/style/layout_footer.'.$phpEx);
}
else
{
echo '<p>' . login_box('', $user->lang['INSTALLER_NEEDS_ADMIN']);
}
?>