mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
Can never schedule a correcting parity check.
This commit is contained in:
@@ -29,8 +29,7 @@ if (isset($_POST['#apply'])) {
|
||||
$dotm = $_POST['dotm'] ?? '*';
|
||||
$month = $_POST['month'] ?? '*';
|
||||
$day = $_POST['day'] ?? '*';
|
||||
$write = $_POST['write'] ?? '';
|
||||
$write = ($write == "yes") ? "" : "NOCORRECT";
|
||||
$write = $_POST['write'] ?? 'NOCORRECT';
|
||||
$term = $test = $end1 = $end2 = '';
|
||||
switch ($dotm) {
|
||||
case '28-31':
|
||||
|
||||
Reference in New Issue
Block a user