Marius Cramer
2015-04-15 e956aca559ffa3f53c9e39beed6226f342e1d526
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();