Remove it also from index.php together with more unused variables

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/4870/head
Christian König 2 years ago
parent 8c4a9aa6e3
commit eeccfb27f8
No known key found for this signature in database
GPG Key ID: 4CDA6F249DD2B485

@ -34,7 +34,7 @@ if ($serverName === "pi.hole"
// When directly browsing via IP or authorized hostname
// Render splash/landing page based off presence of $landPage file
// Unset variables so as to not be included in $landPage or $splashPage
unset($svPasswd, $svEmail, $authorizedHosts, $validExtTypes, $currentUrlExt);
unset($authorizedHosts);
// If $landPage file is present
if (is_file(getcwd()."/$landPage")) {
unset($serverName, $viewPort); // unset extra variables not to be included in $landpage

Loading…
Cancel
Save