I know how to run a script with a cron, but what I need is to be able to run my script only by a cron.
Thank you!
|
|
As explained in this duplicate thread: You should keep this file outside of public_html. Sometimes, though, this is not possible. My mind went to Moodle, where a similar feature exists. This is what they do. From
|
|||||||||||
|
|
You need a PHP CLI/CGI executable for that. Assuming that the
See also: http://nl.php.net/manual/en/features.commandline.usage.php |
|||
|
|
|
Try to grant execute permissions only for the cron daemon user, maybe with that you get what you want. Regards! |
|||
|
|