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 settings. Internal communication (WS).
|
||||||
$gotty = get_parameter(
|
$gotty = get_parameter(
|
||||||
'gotty',
|
'gotty',
|
||||||
null
|
''
|
||||||
);
|
);
|
||||||
$gotty_host = get_parameter(
|
$gotty_host = get_parameter(
|
||||||
'gotty_host',
|
'gotty_host',
|
||||||
|
|
Loading…
Reference in New Issue