Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).remotes/origin/stable6
parent
9dde43db57
commit
a86fe7920b
@ -1,6 +1,7 @@ |
||||
<!DOCTYPE html> |
||||
<html> |
||||
<head> |
||||
<script type="text/javascript"> window.location.href="index.php"; </script> |
||||
<meta http-equiv="refresh" content="0; URL=index.php"> |
||||
</head> |
||||
</html> |
||||
|
Loading…
Reference in new issue