Jelajahi Sumber

Remove closing PHP tag

pdontthink 16 tahun lalu
induk
melakukan
0d6375dd30
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      index.php

+ 1 - 2
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');
 
-?>