diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-28 21:08:11 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-28 21:09:26 +0100 |
commit | 662f31cdb79058b84aeb19534ca640ab719c795c (patch) | |
tree | 27597f3885316d4f41f7add7ce49f2cd1043fc16 /web/html/index.php | |
parent | 871cb480c1c14ec59da753c78ed818cb25f7f7b0 (diff) | |
download | aur-662f31cdb79058b84aeb19534ca640ab719c795c.tar.gz aur-662f31cdb79058b84aeb19534ca640ab719c795c.tar.xz |
Add cgit configuration and style sheet
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/index.php')
-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 95989f54..cc6a84cf 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -141,6 +141,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { switch ($path) { case "/css/archweb.css": case "/css/aur.css": + case "/css/cgit.css": case "/css/archnavbar/archnavbar.css": header("Content-Type: text/css"); readfile("./$path"); |