mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 23:20:02 -06:00
Fix default on initial install.
This commit is contained in:
@@ -30,7 +30,7 @@ if (file_exists($memory)) {
|
||||
if (empty($parity['day'])) $parity['day'] = "";
|
||||
if (empty($parity['dotm'])) $parity['dotm'] = "";
|
||||
if (empty($parity['month'])) $parity['month'] = "";
|
||||
if (empty($parity['write'])) $parity['write'] = "";
|
||||
if (empty($parity['write'])) $parity['write'] = "NOCORRECT";
|
||||
}
|
||||
if ($parity['mode']<2) $parity['cumulative'] = '';
|
||||
if ($parity['mode']==2) $parity['frequency'] = '1';
|
||||
|
||||
Reference in New Issue
Block a user