summaryrefslogtreecommitdiffstats
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/images/new.gifbin116 -> 0 bytes
-rw-r--r--web/html/images/new.pngbin0 -> 378 bytes
-rw-r--r--web/html/index.php4
3 files changed, 2 insertions, 2 deletions
diff --git a/web/html/images/new.gif b/web/html/images/new.gif
deleted file mode 100644
index 7df4823..0000000
--- a/web/html/images/new.gif
+++ /dev/null
Binary files differ
diff --git a/web/html/images/new.png b/web/html/images/new.png
new file mode 100644
index 0000000..6a9bf03
--- /dev/null
+++ b/web/html/images/new.png
Binary files differ
diff --git a/web/html/index.php b/web/html/index.php
index df0d133..7c4eb47 100644
--- a/web/html/index.php
+++ b/web/html/index.php
@@ -59,8 +59,8 @@ if (isset($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) {
include "./$path";
break;
case "/css/archnavbar/archlogo.gif":
- case "/images/new.gif":
- header("Content-Type: image/gif");
+ case "/images/new.png":
+ header("Content-Type: image/png");
include "./$path";
break;
case "/css/archnavbar/archlogo.png":