Hey there!
I have the following command to execute every 5 minutes this PHP file which is working correctly:
/usr/bin/wget -qq -O /dev/null http://url.com/script.php
I'm trying to figure out how can I make it so only the system (scheduled task or the server itself) can access to the file...