Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor


...


To create a cron job via PHP following commands are required:

...

The commands can also be used to edit the crontab or delete them.

To delete  the crontab following command can be used:


Code Block
languagexml
linenumberstrue
echo exec('crontab -r');

...