diff --git a/scp/l.php b/scp/l.php index 93fff3a24894612017f53ff0bb0a119b656f8b9d..dec8c0a6a52dd62c0d02f3edebfeeeaa79c0c8fa 100644 --- a/scp/l.php +++ b/scp/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>