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:
@ -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 = [];
|
||||||
|
Reference in New Issue
Block a user