Versions Compared

Key

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

...

And to finalize setup, you'll need a properly functioning cron job. Create a cron job pointing to the /admin/cron.php file set to run every 5 minutes.

Code Block
languagetext
*/5 * * * * php -q /path/to/hb/admin/cron.php

You're now ready to start using HostBill. Refer to the security guidelines for further enhancements.

...