Not sure where to start with this.
I have a cron script I have developed for an enterprise-level PHP app. Before scheduling the script to run, IT has requested I modify it so that the script is only accessible from a specific IP address (that of the server), plus my own desktop's IP.
I have no clue how to go about this. Can anyone point me in the right direction?
Would I use an .htaccess file (Allow from; Deny All) or is there a way to do it with PHP?