Revision c72c71f9
Added by Phil Davis about 9 years ago
src/usr/local/www/head.inc | ||
---|---|---|
74 | 74 |
} |
75 | 75 |
} |
76 | 76 |
|
77 |
// set default colmns to two if unset |
|
77 |
// set default columns to two if unset
|
|
78 | 78 |
if (!isset($config['system']['webgui']['dashboardcolumns'])) { |
79 | 79 |
$config['system']['webgui']['dashboardcolumns'] = 2; |
80 | 80 |
} |
src/usr/local/www/system.php | ||
---|---|---|
75 | 75 |
|
76 | 76 |
$arr_gateways = return_gateways_array(); |
77 | 77 |
|
78 |
// set default colmns to two if unset |
|
78 |
// set default columns to two if unset
|
|
79 | 79 |
if (!isset($config['system']['webgui']['dashboardcolumns'])) { |
80 | 80 |
$config['system']['webgui']['dashboardcolumns'] = 2; |
81 | 81 |
} |
Also available in: Unified diff
Comment typos
I can't resist fixing them when I see them.