newest snapshot first

This commit is contained in:
Alex Grintsvayg 2019-09-13 17:02:54 -04:00
parent 7a42856d32
commit e0e4eb7104
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -28,7 +28,7 @@ class DownloadActions extends Actions
return ['page/404']; return ['page/404'];
} }
ksort($bucket); krsort($bucket);
return Controller::redirect("http://$bucketName/" . array_keys($bucket)[0], 302); return Controller::redirect("http://$bucketName/" . array_keys($bucket)[0], 302);
} }