projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5681e5f
)
index.html: favicon explizit angeben
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Thu, 30 Apr 2015 13:35:40 +0000
(15:35 +0200)
committer
Bernd 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
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index
5170e1d
..
71bb766
100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-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>