Search page should remember last move-target too
[squirrelmail.git] / index.php
index d3bf6198e0a52348c2f3146a28c5a84122c5f96c..19e22171dc506876edf1487b96b80f7d5d7c00f3 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@
  *
  * Redirects to the login page.
  *
- * @copyright (c) 1999-2005 The SquirrelMail Project Team
+ * @copyright 1999-2020 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