summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan D. Scott <ian@iandouglasscott.com>2016-03-12 13:49:46 -0800
committerLukas Fleischer <lfleischer@archlinux.org>2016-03-13 09:14:25 +0100
commit2dfa72131bfbc96584b78b597f86471874108a89 (patch)
tree664ac6e2810631032a0b091b729f3209c8e7daef
parent7b13203b817084717a46e2f671e3cb533fdb1092 (diff)
downloadaurweb-2dfa72131bfbc96584b78b597f86471874108a89.tar.xz
Remove code referencing non-existent and unused file
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--web/html/index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php
index 3787d4e..78ab6ad 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -167,10 +167,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
header("Content-Type: image/gif");
readfile("./$path");
break;
- case "/css/archnavbar/archlogo.gif":
- header("Content-Type: image/png");
- readfile("./$path");
- break;
case "/css/archnavbar/archlogo.png":
case "/css/archnavbar/aurlogo.png":
case "/images/favicon.ico":