mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove code referencing non-existent and unused file
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
7b13203b81
commit
2dfa72131b
1 changed files with 0 additions and 4 deletions
|
@ -167,10 +167,6 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
|
||||||
header("Content-Type: image/gif");
|
header("Content-Type: image/gif");
|
||||||
readfile("./$path");
|
readfile("./$path");
|
||||||
break;
|
break;
|
||||||
case "/css/archnavbar/archlogo.gif":
|
|
||||||
header("Content-Type: image/png");
|
|
||||||
readfile("./$path");
|
|
||||||
break;
|
|
||||||
case "/css/archnavbar/archlogo.png":
|
case "/css/archnavbar/archlogo.png":
|
||||||
case "/css/archnavbar/aurlogo.png":
|
case "/css/archnavbar/aurlogo.png":
|
||||||
case "/images/favicon.ico":
|
case "/images/favicon.ico":
|
||||||
|
|
Loading…
Add table
Reference in a new issue