mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #3716 from phil-davis/patch-9
This commit is contained in:
commit
81ef2065de
@ -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"])) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user