REQUEST_URI is used in php_self(), so make sure it's sanitized too
[squirrelmail.git] / index.php
index 13f827b0298924934dafce0b60d69fd3652c9c1c..061e76ee29522c196c14587a158de11b332323eb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@
  *
  * Redirects to the login page.
  *
- * @copyright © 1999-2005 The SquirrelMail Project Team
+ * @copyright 1999-2010 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