From 05bf00c441283bb4267e328bf463c83745fec22b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:17:45 -0500 Subject: web/html/index.php: improve lookup table a bit --- web/html/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/web/html/index.php b/web/html/index.php index 78ab6ad..aa6fac7 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -169,8 +169,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { break; case "/css/archnavbar/archlogo.png": case "/css/archnavbar/aurlogo.png": - case "/images/favicon.ico": - case "/images/titlelogo.png": + case "/images/favicon.ico": /* yes, it is a PNG, despite the extension */ case "/images/x.png": header("Content-Type: image/png"); readfile("./$path"); -- cgit v1.2.3