more work on the new cronhandling

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-25 15:32:36 +00:00
parent 6e5746a598
commit f82b611b0a
22 changed files with 151 additions and 36 deletions

View File

@@ -22,5 +22,6 @@ function includeCronjobs($debugHandler)
if($cronjobs !== false)
{
// [...]
$cron_path = dirname(__FILE__).'/../../../scripts/jobs/';
}
}