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']);
}
?>

View File

@@ -60,7 +60,7 @@ $lang = array_merge($lang, array(
'INSTALLER_UNINSTALL_NOTE' => 'Willkommen im Deinstallations-Menü',
'INSTALLER_UNINSTALL_SUCCESSFUL' => 'Die Deinstallation des MODs v%s war erfolgreich.',
'INSTALLER_NEEDS_ADMIN' => 'Du musst als Administrator eingeloggt sein.<br /><a href="../ucp.php?mode=login"><strong>Zum Login</strong></a>',
'INSTALLER_NEEDS_ADMIN' => 'Du musst als Administrator eingeloggt sein.',
'INSTALLER_UPDATE' => 'Update',
'INSTALLER_UPDATE_MENU' => 'Update-Menü',

View File

@@ -61,7 +61,7 @@ $lang = array_merge($lang, array(
'INSTALLER_UNINSTALL_NOTE' => 'Welcome to the Uninstall menu',
'INSTALLER_UNINSTALL_SUCCESSFUL' => 'Uninstallation of the MOD v%s was successful.',
'INSTALLER_NEEDS_ADMIN' => 'You must be logged in as an admin.<br /><a href="../ucp.php?mode=login"><strong>Go to login</strong></a>',
'INSTALLER_NEEDS_ADMIN' => 'You must be logged in as an admin.',
'INSTALLER_UPDATE' => 'Update',
'INSTALLER_UPDATE_MENU' => 'Updatemenu',