summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2017-03-04 13:20:37 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-03-04 13:20:37 +0100
commit682de0ead75318ce9d19675152cafc370abc287c (patch)
tree5b9b172d15eda3d36a8791fb91c7577c59bb49a4
parent9de633b1f2b5c9462624e00d2d17d947436bc83f (diff)
downloadaur-682de0ead75318ce9d19675152cafc370abc287c.tar.gz
aur-682de0ead75318ce9d19675152cafc370abc287c.tar.xz
index.php: Remove routes for dropped images
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/html/index.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 78ab6ad7..364d399c 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -170,8 +170,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
case "/css/archnavbar/archlogo.png":
case "/css/archnavbar/aurlogo.png":
case "/images/favicon.ico":
- case "/images/titlelogo.png":
- case "/images/x.png":
header("Content-Type: image/png");
readfile("./$path");
break;
@@ -181,7 +179,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
case "/images/pin.min.svg":
case "/images/unpin.min.svg":
case "/images/rss.svg":
- case "/images/new.svg":
header("Content-Type: image/svg+xml");
readfile("./$path");
break;