Small comment fix

This commit is contained in:
Wruczek 2019-07-29 15:20:06 +02:00
parent 9eb8481d1f
commit 9e049de136
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ $defaultTimezone = date_default_timezone_get();
$defaultBase = (@$_SERVER["HTTPS"] === "on" ? "https" : "http") . "://" . $_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"]; $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 $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
?> ?>
<?php if(!empty($errormessage)) { ?> <?php if(!empty($errormessage)) { ?>