mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
firmware: typo
This commit is contained in:
parent
93e4773f3c
commit
f11ef105ac
@ -74,7 +74,7 @@ $pconfig['timeupdateinterval'] = $config['system']['time-update-interval'];
|
||||
$pconfig['timeservers'] = $config['system']['timeservers'];
|
||||
$pconfig['theme'] = $config['system']['theme'];
|
||||
$pconfig['language'] = $config['system']['language'];
|
||||
if ($isset($config['system']['firmware']['flavour'])) {
|
||||
if (isset($config['system']['firmware']['flavour'])) {
|
||||
$pconfig['firmware_flavour'] = $config['system']['firmware']['flavour'];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user