mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
Allow empty configuration for gotty path
This commit is contained in:
parent
f497312d29
commit
f95ecb0f28
@ -315,7 +315,7 @@ function quickShellSettings()
|
|||||||
// Gotty settings. Internal communication (WS).
|
// Gotty settings. Internal communication (WS).
|
||||||
$gotty = get_parameter(
|
$gotty = get_parameter(
|
||||||
'gotty',
|
'gotty',
|
||||||
$config['gotty']
|
null
|
||||||
);
|
);
|
||||||
$gotty_host = get_parameter(
|
$gotty_host = get_parameter(
|
||||||
'gotty_host',
|
'gotty_host',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user