Explorar el Código

Remove closing PHP tag

pdontthink hace 16 años
padre
commit
0d6375dd30
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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');
 
-?>