summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-23 00:17:45 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-23 00:41:39 -0500
commit3cf93b0d9d0159970f3fd9acb34866c698ee9cce (patch)
treec375f7bcba96fb4f5bc5906d2d50dab112643a2b
parent002c7d224d02d80fe6eeaa706858fc11bcb94ae1 (diff)
web/html/index.php: improve lookup table a bitpurweb/master2
-rw-r--r--web/html/index.php3
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");