mirror of
https://github.com/nextcloud/server.git
synced 2025-03-18 02:03:18 +00:00

Add JS redirect if that fails (HTTP-based redirects are disabled by default in more recent Firefox versions).
7 lines
179 B
HTML
7 lines
179 B
HTML
<!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>
|