X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Findex.php;h=a70b245771183f815710e097dec22a96554e1509;hb=5602ae82c86b5fb9537b618b79e0f2a192183722;hp=9fff3393b442c746c538999b569791f70e95f3d8;hpb=91e0dccca7b2452d8b450791cae3aa4125e8889e;p=squirrelmail.git diff --git a/plugins/index.php b/plugins/index.php index 9fff3393..a70b2457 100644 --- a/plugins/index.php +++ b/plugins/index.php @@ -3,19 +3,16 @@ /** * 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. * - * $Id$ + * @copyright © 1999-2009 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ * @package plugins */ -header("Location:../index.php"); - -/* pretty impressive huh? */ +header('Location: ../index.php'); ?> \ No newline at end of file