From a04fe6a13ec772c948efa67e0dcd46eefa834e63 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 3 Dec 2017 13:59:54 +0100 Subject: Add route for /users.gz Signed-off-by: Lukas Fleischer --- web/html/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/web/html/index.php b/web/html/index.php index 364d399c..2c53cddd 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -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"); -- cgit v1.2.3-24-g4f1b