diff options
-rw-r--r-- | web/html/index.php | 3 |
1 files changed, 1 insertions, 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"); |