mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +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
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ $svPasswd = !empty($setupVars["WEBPASSWORD"]);
|
||||||
$svEmail = (!empty($setupVars["ADMIN_EMAIL"]) && filter_var($setupVars["ADMIN_EMAIL"], FILTER_VALIDATE_EMAIL)) ? $setupVars["ADMIN_EMAIL"] : "";
|
$svEmail = (!empty($setupVars["ADMIN_EMAIL"]) && filter_var($setupVars["ADMIN_EMAIL"], FILTER_VALIDATE_EMAIL)) ? $setupVars["ADMIN_EMAIL"] : "";
|
||||||
unset($setupVars);
|
unset($setupVars);
|
||||||
|
|
||||||
// Set landing page name, found within /var/www/html/
|
// Set landing page name, found within /var/www/html/pihole/
|
||||||
$landPage = "landing.php";
|
$landPage = "../landing.php";
|
||||||
|
|
||||||
// Set empty array for hostnames to be accepted as self address for splash page
|
// Set empty array for hostnames to be accepted as self address for splash page
|
||||||
$authorizedHosts = [];
|
$authorizedHosts = [];
|
||||||
|
|
Loading…
Reference in a new issue