Till Brehm
2016-06-15 c4cf454ef455d05542d5513961f2ee8f5c34e018
server/cron.php
@@ -74,7 +74,7 @@
         unset($cronjob);
         continue;
      }
      print 'Included ' . $class_name . ' from ' . $file_path . ' -> will now run job.' . "\n";
      print 'Included ' . $class_name . ' from ' . $path . '/' . $f . ' -> will now run job.' . "\n";
      $cronjob->run();