Revision d25878c7
Added by Stephen Beaver almost 10 years ago
src/usr/local/www/system_advanced_misc.php | ||
---|---|---|
280 | 280 |
unset($config['system']['use_mfs_tmpvar']); |
281 | 281 |
} |
282 | 282 |
|
283 |
$config['system']['use_mfs_tmp_size'] = $_POST['-tmp-ram-disk-size'];
|
|
284 |
$config['system']['use_mfs_var_size'] = $_POST['-var-ram-disk-size'];
|
|
283 |
$config['system']['use_mfs_tmp_size'] = $_POST['use_mfs_tmp_size'];
|
|
284 |
$config['system']['use_mfs_var_size'] = $_POST['use_mfs_var_size'];
|
|
285 | 285 |
|
286 | 286 |
if (isset($_POST['rrdbackup'])) { |
287 | 287 |
$config['system']['rrdbackup'] = $_POST['rrdbackup']; |
Also available in: Unified diff
Fixed 5225
Programmer had mangled element name in if($_POST) section