Commit f11ef105 authored by Franco Fichtner's avatar Franco Fichtner

firmware: typo

parent 93e4773f
...@@ -74,7 +74,7 @@ $pconfig['timeupdateinterval'] = $config['system']['time-update-interval']; ...@@ -74,7 +74,7 @@ $pconfig['timeupdateinterval'] = $config['system']['time-update-interval'];
$pconfig['timeservers'] = $config['system']['timeservers']; $pconfig['timeservers'] = $config['system']['timeservers'];
$pconfig['theme'] = $config['system']['theme']; $pconfig['theme'] = $config['system']['theme'];
$pconfig['language'] = $config['system']['language']; $pconfig['language'] = $config['system']['language'];
if ($isset($config['system']['firmware']['flavour'])) { if (isset($config['system']['firmware']['flavour'])) {
$pconfig['firmware_flavour'] = $config['system']['firmware']['flavour']; $pconfig['firmware_flavour'] = $config['system']['firmware']['flavour'];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment