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 01:05:43 -0500
commit05bf00c441283bb4267e328bf463c83745fec22b (patch)
treeccb20f568e791aad935f17ce4b22ffb45a9bdf36
parenta08a6d0579fe475f166f2d259911b048d682c30a (diff)
web/html/index.php: improve lookup table a bit
-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");