Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Step 3: Add the command below to the list to add the phpFox cron job.
    (https://<your-domain>/cron.php?token=<your-defined-token> is the URL we received in first part).
    With this command, the phpFox Cron job will be executed every 5 10 minutes.
Code Block
languageapplescript
*/510 * * * * curl -s https://<your-domain>/cron.php?token=<your-defined-token>

...