Updated landing page location

During development, I had the location of `/pihole/index.php` as just `/index.php`. Just correcting some changes!
pull/1416/head
WaLLy3K 7 years ago committed by GitHub
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…
Cancel
Save