index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | mirrors.php | 4 |
diff --git a/mirrors.php b/mirrors.php index 5bbace0..feffc9a 100644 --- a/mirrors.php +++ b/mirrors.php @@ -233,6 +233,10 @@ if ($uri_parts[0] == 'status') { ); if (count($uri_parts) == 1) { // human readable + // TODO + header('HTTP/1.1 303 See Other'); + header('Location: /mirrors/status/json/'); + die(); } // human readable if (!export_as_requested( |