From 9e049de136345a9f65d029be3134c6119e8a03e3 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Mon, 29 Jul 2019 15:20:06 +0200 Subject: [PATCH] Small comment fix --- src/installer/pages/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installer/pages/6.php b/src/installer/pages/6.php index 5196387..74c64c5 100644 --- a/src/installer/pages/6.php +++ b/src/installer/pages/6.php @@ -33,7 +33,7 @@ $defaultTimezone = date_default_timezone_get(); $defaultBase = (@$_SERVER["HTTPS"] === "on" ? "https" : "http") . "://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; $defaultBase = dirname(dirname($defaultBase)); // get the path for the previous directory, not the installer -$displayip = Config::get("query_displayip"); // default website name to the display IP +$displayip = Config::get("query_displayip"); // set initial website name to the TS3 IP ?>