1
0
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:
WaLLy3K 2017-05-03 15:33:50 +10:00 committed by GitHub
parent f2016f26d7
commit 4d731ca30b

View File

@ -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 = [];