cron.php
FileAccess Orion cron job entry point
This file is the entry point for all cron calls. This file will read the command line arguments and then call the system handler. The job is added during installation.
Sample
-
-
* * * www-data php /var/www/${HOST}/core/html/cron.php b3daf67d5720c469eac5060a90fa6330
-
Tags
Table of Contents
- FAA_IS_CRON = \true
- This constant indicates that we are in cron job context for all subsequent calls
Constants
FAA_IS_CRON
This constant indicates that we are in cron job context for all subsequent calls
public
mixed
FAA_IS_CRON
= \true