server/mods-available/monitor_core_module.inc.php @@ -53,7 +53,7 @@ /* * Do the monitor every n minutes and write the result to the db */ $min = date('i'); $min = @date('i'); if (($min % $this->interval) == 0) { $this->doMonitor(); }