Updated splash page CSS href

This commit is contained in:
WaLLy3K 2017-05-03 15:29:43 +10:00 committed by GitHub
parent a8818c16d8
commit f2016f26d7

View file

@ -70,7 +70,7 @@ if ($serverName === "pi.hole") {
$splashPage = "
<html><head>
$viewPort
<link rel='stylesheet' href='/blockpage.css' type='text/css'/>
<link rel='stylesheet' href='/pihole/blockingpage.css' type='text/css'/>
</head><body id='splashpage'><img src='/admin/img/logo.svg'/><br/>Pi-<b>hole</b>: Your black hole for Internet advertisements</body></html>
";
$pageType = is_file(getcwd()."/$landPage") ? include $landPage : "$splashPage";