mirror of https://github.com/mikaku/Monitorix.git
3.0: fixed favicon
This commit is contained in:
parent
5b612e6a1c
commit
8a05a0ef43
|
@ -186,7 +186,7 @@ sub create_index {
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>$config{title}</title>
|
<title>$config{title}</title>
|
||||||
<link rel="shortcut icon" href="$config{favicon}">
|
<link rel="shortcut icon" href="$config{base_url}/$config{favicon}">
|
||||||
</head>
|
</head>
|
||||||
<body bgcolor="$bgcolor" text="#888888" vlink="#888888" link="#888888">
|
<body bgcolor="$bgcolor" text="#888888" vlink="#888888" link="#888888">
|
||||||
<center>
|
<center>
|
||||||
|
|
Loading…
Reference in New Issue