ExtensionDirectories
Summary
Sets one or multiple extension directories that may contain cronjobs.Usage
ExtensionDirectories[]= extension1
ExtensionDirectories[]= extension2
...
Description
The cronjob script will search through all the "cronjobs" directories of the specified extensions.
Examples
Scripts[]=workflow.php Scripts[]=notification.php Scripts[]=linkcheck.php ExtensionDirectories[]=myExtension
This example will search through the myExtension/cronjobs directories to find the workflow, notification, and linkcheck cronjobs.
Raymond BosmanĀ (25/02/2005 2:14 pm)
Raymond BosmanĀ (25/02/2005 2:16 pm)
Comments
There are no comments.