mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat(PHP): Add packages dump file with more metadata
This commit is contained in:
parent
64ba18e417
commit
69773a5b58
4 changed files with 13 additions and 0 deletions
|
@ -189,6 +189,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
|
|||
readfile("./$path");
|
||||
break;
|
||||
case "/packages.gz":
|
||||
case "/packages-teapot.json.gz":
|
||||
case "/pkgbase.gz":
|
||||
case "/users.gz":
|
||||
header("Content-Type: text/plain");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue