]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
add favicon.ico
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Aug 2013 11:05:40 +0000 (13:05 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 16 Aug 2013 11:06:32 +0000 (13:06 +0200)
PVE/HTTPServer.pm
bin/pveproxy
www/images/Makefile
www/images/favicon.ico [new file with mode: 0644]
www/images/favicon.xcf [new file with mode: 0644]

index e2c9db324f668430a442aea3d89a083a9a4c463c..c32a057847b352dd645f7928d66270339393124a 100755 (executable)
@@ -287,6 +287,9 @@ sub send_file_start {
            } elsif ($filename =~ m/\.png$/) {
                $ct = 'image/png';
                $nocomp = 1;
+           } elsif ($filename =~ m/\.ico$/) {
+               $ct = 'image/x-icon';
+               $nocomp = 1;
            } elsif ($filename =~ m/\.gif$/) {
                $ct = 'image/gif';
                $nocomp = 1;
index d8f8f82e97bae31e8d24263dee4dafe8d22e3d2b..6cd33e3a7f61a81c501fea16bf3f0449d4ed5bfc 100755 (executable)
@@ -229,7 +229,7 @@ _EOJS
  
     <link rel="stylesheet" type="text/css" href="/pve2/ext4/resources/css/ext-all.css" />
     <link rel="stylesheet" type="text/css" href="/pve2/css/ext-pve.css" />
+
     <script type="text/javascript">$i18nsrc</script>
     <script type="text/javascript" src="/pve2/ext4/ext-all-debug.js"></script>
     <script type="text/javascript" src="/pve2/ext4/pvemanagerlib.js"></script>
index 2f2bbdae3e46317cd503f8430b978094381ee11f..714db6296666c01d99c430b154218865f36fd54d 100644 (file)
@@ -22,6 +22,7 @@ GNOME_IMAGES =                        \
        computer.png
 
 IMAGES = ${GNOME_IMAGES}       \
+       favicon.ico             \
        snapshot.png            \
        computer-on.png         \
        memory.png              \
diff --git a/www/images/favicon.ico b/www/images/favicon.ico
new file mode 100644 (file)
index 0000000..cd6e9a1
Binary files /dev/null and b/www/images/favicon.ico differ
diff --git a/www/images/favicon.xcf b/www/images/favicon.xcf
new file mode 100644 (file)
index 0000000..1863a57
Binary files /dev/null and b/www/images/favicon.xcf differ