several bugfixes
This commit is contained in:
@@ -85,7 +85,7 @@ class Settings {
|
||||
|
||||
public static function loadDefaults(): Settings {
|
||||
$protocol = getProtocol();
|
||||
$hostname = getHostName();
|
||||
$hostname = getCurrentHostName();
|
||||
$settings = new Settings();
|
||||
|
||||
// General
|
||||
|
||||
Reference in New Issue
Block a user