A. Täffner
2016-04-11 2d9676a12316f4586dae5dccc35e0ac9853ee2aa
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();