mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Add cgit configuration and style sheet
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
871cb480c1
commit
662f31cdb7
5 changed files with 905 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue