diff options
-rw-r--r-- | web/html/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"); |