Make all comparisons case insensitive for forwarded protocol in get_location()
[squirrelmail.git] / functions / url_parser.php
index b94967464cc8faae65013949e61cee89bdbdfb6d..15c117ae164b10c40cc998462c6f262cc8ed2813 100644 (file)
@@ -6,7 +6,7 @@
  * This code provides various string manipulation functions that are
  * used by the rest of the SquirrelMail code.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright © 1999-2007 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -277,4 +277,3 @@ function sq_strpos_8bit($haystack,$offset=0,$maxlength=false) {
     }
     return $ret;
 }
-?>
\ No newline at end of file