Upgraded to latest icehrm core

This commit is contained in:
Thilina Hasantha
2015-12-13 02:56:30 +05:30
parent 8dacf2a8f1
commit ca3492e30e
56 changed files with 1525 additions and 689 deletions

View File

@@ -10,7 +10,7 @@ $basePath = $opts['p'];
include (dirname(__FILE__)."/../classes/CronUtils.php");
$cronUtils = CronUtils::getInstance($basePath, dirname(__FILE__)."/".$file);
$cronUtils = CronUtils::getInstance($basePath, $file);
echo "Cron Runner created \r\n";