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