Remove not required information

This commit is contained in:
Laurent Destailleur 2009-05-21 21:50:36 +00:00
parent dde04e3dd3
commit 63b5f67069

View File

@ -227,8 +227,6 @@ print '<td align="left" valign="bottom"><br> &nbsp; <b>'.$langs->trans("Login").
print '<td valign="bottom"><input id="username" type="text" '.$disabled.' name="username" class="flat" size="15" maxlength="25" value="'.(isset($_POST["username"])?$_POST["username"]:'').'" tabindex="1" /></td>';
$title='';
$title.=$langs->trans("SessionName").': '.session_name();
if ($conf->file->main_authentication) $title.=", ".$langs->trans("AuthenticationMode").': '.$conf->file->main_authentication;
// Show logo (search in order: small company logo, large company logo, theme logo, common logo)
$width=0;