X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Fchange_password%2Findex.php;h=ff64406279ee0d6cf54d993370317a6b70542d34;hb=5d0f90f4cf688a471e7d92893a37f0c8932909db;hp=0ef357f02c54fb97011c3dc63d64bc241d93649f;hpb=6c84ba1ec45ab854c37b6f65c5b4d84ab1c7aad4;p=squirrelmail.git diff --git a/plugins/change_password/index.php b/plugins/change_password/index.php index 0ef357f0..ff644062 100644 --- a/plugins/change_password/index.php +++ b/plugins/change_password/index.php @@ -3,20 +3,17 @@ /** * index.php * - * Copyright (c) 1999-2005 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * * This file simply takes any attempt to view source files and sends those - * people to the login screen. At this point no attempt is made to see if - * the person is logged or not. + * people to the login screen. At this point no attempt is made to see if the + * person is logged in or not. * + * @copyright 1999-2012 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage change_password */ -header("Location:../index.php"); - -/* pretty impressive huh? */ +header('Location: ../index.php'); ?> \ No newline at end of file