same, null is overwritten by ws.php
This commit is contained in:
parent
f95ecb0f28
commit
664017aa38
|
@ -315,7 +315,7 @@ function quickShellSettings()
|
|||
// Gotty settings. Internal communication (WS).
|
||||
$gotty = get_parameter(
|
||||
'gotty',
|
||||
null
|
||||
''
|
||||
);
|
||||
$gotty_host = get_parameter(
|
||||
'gotty_host',
|
||||
|
|
Loading…
Reference in New Issue