]> wagnertech.de Git - kivitendo-erp.git/commitdiff
index.html: favicon explizit angeben
authorBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Apr 2015 13:35:40 +0000 (15:35 +0200)
committerBernd Bleßmann <bernd@kivitendo-premium.de>
Thu, 30 Apr 2015 13:35:40 +0000 (15:35 +0200)
Damit wird verhindert, dass von den Browsern das favicon angefordert wird,
was im Zweifel nicht das im kivitendo-Verzeichnis ist.

index.html

index 5170e1d4a0776baf16bf35374b9d05d3c46d4aa0..71bb76600cc2f2cda3a902b3b17e71b4f5d781c4 100644 (file)
@@ -3,6 +3,7 @@
  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   <meta http-equiv="refresh" content="0;URL=controller.pl?action=LoginScreen/user_login">
+  <link rel='shortcut icon' href='favicon.ico' type='image/x-icon'>
  </head>
  <body>
   <a href="controller.pl?action=LoginScreen/user_login">kivitendo-Login</a>