root
2015-11-21 2bc9e1279176d05a78349dc0e6bff83ba4719fae
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();