Skip to content

Commit bbecbc1

Browse files
committed
Fixed: FS#865 - mod: monitor_core_module.inc.php function: monitorRkHunter - Cron Issue
1 parent 35c1015 commit bbecbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/mods-available/monitor_core_module.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ function monitorRkHunter(){
702702
*/
703703
$min = date('i');
704704
$hour = date('H');
705-
if ($min != 0 && $hour != 23) return;
705+
if !($min == 0 && $hour == 23) return;
706706

707707
global $app;
708708
global $conf;

0 commit comments

Comments
 (0)