From e5056cf72d5b8d1b0c3d2c5cca2646697fd8c005 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Sun, 29 Mar 2009 00:07:28 +0000 Subject: [PATCH] Remove closing PHP tag git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13485 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index 8d9e4e97..d1ed5e95 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ * * Redirects to the login page. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -22,4 +22,3 @@ if( ! file_exists ( 'config/config.php' ) ) { // If we are, go ahead to the login page. header('Location: src/login.php'); -?> \ No newline at end of file -- 2.25.1