X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Flogin.php;h=e354d9066b05ec477b39505f85ced65f0bca645f;hb=30553e2888fa18c4283c366cb48dd4df8bf2f299;hp=28c0f24158ff854bf6d53f62530bffe13b916cd2;hpb=66cc922f09f0a5dbc7736446ebe137c4bc409d4e;p=squirrelmail.git diff --git a/src/login.php b/src/login.php index 28c0f241..e354d906 100644 --- a/src/login.php +++ b/src/login.php @@ -3,7 +3,7 @@ /** * login.php -- simple login screen * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This a simple login screen. Some housekeeping is done to clean @@ -51,11 +51,11 @@ $base_uri = sqm_baseuri(); */ sqsession_destroy(); - + header('Pragma: no-cache'); /** - * This detects if the IMAP server has logins disabled, and if so, + * This detects if the IMAP server has logins disabled, and if so, * squelches the display of the login form and puts up a message * explaining the situation. */ @@ -171,7 +171,7 @@ echo html_tag( 'table', ) , 'center', $color[4], 'border="0" width="100%"' ) , 'left', $color[4] ) - ) . + ) . html_tag( 'tr', html_tag( 'td', '
'. addSubmit(_("Login")) .'
', @@ -186,4 +186,4 @@ echo '' . "\n"; do_hook('login_bottom'); ?> - + \ No newline at end of file