From cc1e8aed3059c62d56bccfc07f3041901cec8ebb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Fri, 30 Jan 2015 07:34:26 +0100 Subject: Rename the AUR software to aurweb Rename the project to help differentiate between the software providing access to the Arch User Repository and the collection of source packages itself. Signed-off-by: Lukas Fleischer --- web/html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/html/index.php') diff --git a/web/html/index.php b/web/html/index.php index cfd6598c..fad1d2f3 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -143,7 +143,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { } else { switch ($path) { case "/css/archweb.css": - case "/css/aur.css": + case "/css/aurweb.css": case "/css/cgit.css": case "/css/archnavbar/archnavbar.css": header("Content-Type: text/css"); -- cgit v1.2.3-24-g4f1b