24.04.2012, 21:21
Make it protected with a password or something, which gets passed with the POST data, or make it only allow connections from your server's IP.
PHP код:
if($_POST['passkey'] != 'passkey_goes_here') die();