X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=plugins%2Findex.php;h=19701f3d708abf759675b0694a6cbe4c4d387ceb;hb=517f50995c634e600e73cf4208e90c464fe798b6;hp=1c4f4fcd77f3c6d5c543187eccc2b21d055504ce;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/plugins/index.php b/plugins/index.php index 1c4f4fcd..19701f3d 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-2005 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