From 662f31cdb79058b84aeb19534ca640ab719c795c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 28 Dec 2014 21:08:11 +0100 Subject: Add cgit configuration and style sheet Signed-off-by: Lukas Fleischer --- web/html/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'web/html/index.php') 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"); -- cgit v1.2.3-24-g4f1b