mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
system: typo in previous
This commit is contained in:
parent
a7a842cd08
commit
c94f8fc968
@ -61,7 +61,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
$pconfig['nohttpreferercheck'] = isset($config['system']['webgui']['nohttpreferercheck']);
|
||||
$pconfig['althostnames'] = $config['system']['webgui']['althostnames'] ?? null;
|
||||
$pconfig['serialspeed'] = $config['system']['serialspeed'];
|
||||
$pconfig['serialusb'] = !emtpy($config['system']['serialusb']);
|
||||
$pconfig['serialusb'] = !empty($config['system']['serialusb']);
|
||||
$pconfig['primaryconsole'] = $config['system']['primaryconsole'];
|
||||
$pconfig['secondaryconsole'] = $config['system']['secondaryconsole'] ?? null;
|
||||
$pconfig['autologout'] = $config['system']['autologout'] ?? null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user