Skip to content
Snippets Groups Projects
Commit a04fe6a1 authored by Lukas Fleischer's avatar Lukas Fleischer
Browse files

Add route for /users.gz

parent 4660892e
No related branches found
No related tags found
No related merge requests found
......@@ -188,6 +188,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
break;
case "/packages.gz":
case "/pkgbase.gz":
case "/users.gz":
header("Content-Type: text/plain");
header("Content-Encoding: gzip");
readfile("./$path");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment