diff options
author | Ian D. Scott <ian@iandouglasscott.com> | 2016-03-12 22:49:46 +0100 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-03-13 09:14:25 +0100 |
commit | 2dfa72131bfbc96584b78b597f86471874108a89 (patch) | |
tree | 664ac6e2810631032a0b091b729f3209c8e7daef /web/html/index.php | |
parent | 7b13203b817084717a46e2f671e3cb533fdb1092 (diff) | |
download | aur-2dfa72131bfbc96584b78b597f86471874108a89.tar.gz aur-2dfa72131bfbc96584b78b597f86471874108a89.tar.xz |
Remove code referencing non-existent and unused file
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/html/index.php b/web/html/index.php index 3787d4e4..78ab6ad7 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": |