From 71c5a2f425afb89f03ef946e12502a6660b33a62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tommy=20Fjordb=C3=B8ge?= <tommy@fjordboge.dk> Date: Tue, 4 Dec 2012 08:22:21 +0100 Subject: [PATCH] Update l.php IE8 redirect fix. --- l.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l.php b/l.php index 5e605c73c..286a17299 100644 --- a/l.php +++ b/l.php @@ -21,7 +21,7 @@ if (!$url || !Validator::is_url($url)) exit('Invalid url'); <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> - <meta http-equiv="refresh" content="0;<?php echo $url; ?>"/> + <meta http-equiv="refresh" content="0;URL=<?php echo $url; ?>"/> </head> <body/> </html> -- GitLab