Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-07-27 13:15:44 +0300
committerAdam Warner <me@adamwarner.co.uk>2022-08-08 19:21:29 +0300
commite6683803edc2242b69cbc8756971466f286811cf (patch)
treeaf70048ba84878f74423e7583ad632daaf8ebe82 /advanced
parent27fa284edac13953c32c905008270a694a5825b3 (diff)
Use absolut asset paths
Signed-off-by: Christian König <ckoenig@posteo.de>
Diffstat (limited to 'advanced')
-rw-r--r--advanced/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/advanced/index.php b/advanced/index.php
index 3b320a3f..d9a5b33e 100644
--- a/advanced/index.php
+++ b/advanced/index.php
@@ -49,7 +49,7 @@ if ($serverName === "pi.hole"
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<title>● $serverName</title>
- <link rel='shortcut icon' href='admin/img/favicons/favicon.ico' type='image/x-icon'>
+ <link rel='shortcut icon' href='/admin/img/favicons/favicon.ico' type='image/x-icon'>
<style>
#splashpage { background: #222; color: rgba(255, 255, 255, 0.7); text-align: center; }
#splashpage img { margin: 5px; width: 256px; }
@@ -57,7 +57,7 @@ if ($serverName === "pi.hole"
</style>
</head>
<body id='splashpage'>
- <img src='admin/img/logo.svg' alt='Pi-hole logo' width='256' height='377'>
+ <img src='/admin/img/logo.svg' alt='Pi-hole logo' width='256' height='377'>
<br>
<p>Pi-<strong>hole</strong>: Your black hole for Internet advertisements</p>
<a href='/admin'>Did you mean to go to the admin panel?</a>