mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 14:58:08 +00:00
Updated landing page location
During development, I had the location of `/pihole/index.php` as just `/index.php`. Just correcting some changes!
This commit is contained in:
parent
f2016f26d7
commit
4d731ca30b
@ -29,8 +29,8 @@ $svPasswd = !empty($setupVars["WEBPASSWORD"]);
|
||||
$svEmail = (!empty($setupVars["ADMIN_EMAIL"]) && filter_var($setupVars["ADMIN_EMAIL"], FILTER_VALIDATE_EMAIL)) ? $setupVars["ADMIN_EMAIL"] : "";
|
||||
unset($setupVars);
|
||||
|
||||
// Set landing page name, found within /var/www/html/
|
||||
$landPage = "landing.php";
|
||||
// Set landing page name, found within /var/www/html/pihole/
|
||||
$landPage = "../landing.php";
|
||||
|
||||
// Set empty array for hostnames to be accepted as self address for splash page
|
||||
$authorizedHosts = [];
|
||||
|
Loading…
Reference in New Issue
Block a user