X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Flogin.php;h=7a5d0cbb8e0ef1207704da7e32d706a658c55ece;hb=a15f9d9379cebc62fa39b6cb10d2195f95ed5081;hp=88b43680bd0a04fe907185a92495ff2fccc650c7;hpb=16436d9211e3ad6fe01073c063cf2ae2e35ea314;p=squirrelmail.git diff --git a/src/login.php b/src/login.php index 88b43680..7a5d0cbb 100644 --- a/src/login.php +++ b/src/login.php @@ -3,12 +3,11 @@ /** * login.php -- simple login screen * - * 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 * cookies and find language. * + * @copyright © 1999-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail */ @@ -51,7 +50,7 @@ $base_uri = sqm_baseuri(); */ sqsession_destroy(); - +sqsession_start(); header('Pragma: no-cache'); /**