Merge pull request #3716 from phil-davis/patch-9

This commit is contained in:
jim-p 2017-05-02 10:37:50 -04:00
commit 81ef2065de

View File

@ -47,6 +47,11 @@ if (!isset($config['system']['webgui']['dashboardcolumns'])) {
$config['system']['webgui']['dashboardcolumns'] = 2;
}
// set default language if unset
if (!isset($config['system']['language'])) {
$config['system']['language'] = 'en_US';
}
$dnsgw_counter = 1;
while (isset($config["system"]["dns{$dnsgw_counter}gw"])) {