mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +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 = get_parameter(
|
||||
'gotty',
|
||||
$config['gotty']
|
||||
null
|
||||
);
|
||||
$gotty_host = get_parameter(
|
||||
'gotty_host',
|
||||
|
Loading…
x
Reference in New Issue
Block a user