From 5eabf4255b0708121f754d67cb77358aee3605e6 Mon Sep 17 00:00:00 2001 From: Michael Paul Killian Date: Sun, 6 Sep 2020 13:53:03 +0200 Subject: [PATCH] Sign-off for DCO Signed-off-by: Michael Paul Killian --- advanced/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/index.php b/advanced/index.php index a93dfc4c..5a683c8e 100644 --- a/advanced/index.php +++ b/advanced/index.php @@ -24,7 +24,7 @@ unset($setupVars); $landPage = "../landing.php"; // Define array for hostnames to be accepted as self address for splash page -$authorizedHosts = ["localhost"]; +$authorizedHosts = [ "localhost" ]; if (!empty($_SERVER["FQDN"])) { // If setenv.add-environment = ("fqdn" => "true") is configured in lighttpd, // append $serverName to $authorizedHosts