mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2990 from phil-davis/colmn
This commit is contained in:
commit
00bdbab70f
@ -74,7 +74,7 @@ if (isset($config['system']['webgui']['webguicss'])) {
|
||||
}
|
||||
}
|
||||
|
||||
// set default colmns to two if unset
|
||||
// set default columns to two if unset
|
||||
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
|
||||
$config['system']['webgui']['dashboardcolumns'] = 2;
|
||||
}
|
||||
|
||||
@ -75,7 +75,7 @@ list($pconfig['dns1'], $pconfig['dns2'], $pconfig['dns3'], $pconfig['dns4']) = $
|
||||
|
||||
$arr_gateways = return_gateways_array();
|
||||
|
||||
// set default colmns to two if unset
|
||||
// set default columns to two if unset
|
||||
if (!isset($config['system']['webgui']['dashboardcolumns'])) {
|
||||
$config['system']['webgui']['dashboardcolumns'] = 2;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user