X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fchange_password%2Findex.php;h=b3101006a704a9ee5f85690ac23a67c8655ad0a7;hp=d84e2ac47fa58516be73be8efcbaf609f6d7400d;hb=6d9f22dba5d50ff55b8d6811412feedd3e534acf;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e diff --git a/plugins/change_password/index.php b/plugins/change_password/index.php index d84e2ac..b310100 100644 --- a/plugins/change_password/index.php +++ b/plugins/change_password/index.php @@ -3,20 +3,17 @@ /** * index.php * - * Copyright (c) 1999-2004 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-2010 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