Skip to content
Snippets Groups Projects
Commit bbecbc14 authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#865 - mod: monitor_core_module.inc.php function: monitorRkHunter - Cron Issue

parent 35c10155
No related merge requests found
......@@ -702,7 +702,7 @@ class monitor_core_module {
*/
$min = date('i');
$hour = date('H');
if ($min != 0 && $hour != 23) return;
if !($min == 0 && $hour == 23) return;
global $app;
global $conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment