标签: php codeigniter cron
我在CodeIgniter的项目中有一个动作,我想用cron命中。
我的cron网址为http://****.***/cron/user/sendmail /
http://****.***/cron/user/sendmail
为此我试过了:
* * * * * php /home/user/public_html/index.php cron user sendmail
这里
我必须使用cron前缀运行它,因为在此基础上我正在更新一些配置。