summaryrefslogtreecommitdiffstats
path: root/web/html/index.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-12-28 21:08:11 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-12-28 21:09:26 +0100
commit662f31cdb79058b84aeb19534ca640ab719c795c (patch)
tree27597f3885316d4f41f7add7ce49f2cd1043fc16 /web/html/index.php
parent871cb480c1c14ec59da753c78ed818cb25f7f7b0 (diff)
downloadaurweb-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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 95989f5..cc6a84c 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");