mirror of
https://github.com/unraid/webgui.git
synced 2026-03-20 20:02:44 -05:00
Fixed regression error in Last week of custom parity check
This commit is contained in:
@@ -27,7 +27,7 @@ if (isset($_POST['#apply'])) {
|
||||
case 'W2' : $dotm = '8-14'; break;
|
||||
case 'W3' : $dotm = '15-21'; break;
|
||||
case 'W4' : $dotm = '22-28'; break;
|
||||
case 'WL' : $dotm = '24-31'; break;
|
||||
case 'WL' : $dotm = '[[ $(date +%e -d +7days) -le 7 ]] && '; $echo = ' || :'; break;
|
||||
}
|
||||
$month = isset($_POST['month']) ? $_POST['month'] : '*';
|
||||
$day = isset($_POST['day']) ? $_POST['day'] : '*';
|
||||
|
||||
Reference in New Issue
Block a user