Przeglądaj źródła

Remove closing PHP tag

pdontthink 16 lat temu
rodzic
commit
0d6375dd30
1 zmienionych plików z 1 dodań i 2 usunięć
  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');
 
-?>