Skip to content
Snippets Groups Projects
Commit 029e08df authored by Tommy Fjordbøge's avatar Tommy Fjordbøge
Browse files

Update scp/l.php

Fixes bug in IE 8 32bit browser that makes the browser windows reload in a never ending loop.
parent c0dc65bd
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment