I have to go through a rather tedious process for my host to grant access to SSH. Is there a way around this run the following line using scheduled tasks in control panel?
* * * * * /usr/bin/php -f /home/sites/wellpleased.co.uk/public_html/espo/cron.php > /dev/null 2>&1
* * * * * /usr/bin/php -f /home/sites/wellpleased.co.uk/public_html/espo/cron.php > /dev/null 2>&1
Comment