On Fri, Mar 30, 2012 at 11:56:41AM +0200, rene7705 wrote:
> ...
> But unfortunately, $_SERVER['REMOTE_ADDR'] is my external IP, and
> $_SERVER['SERVER_ADDR'] is my internal IP.
> 
> How would I best fix this?

Simply log on your box via ssh (if its a unix system) and run your script from 
console or with textmode browser lynx.

But the best solution would be to secure the exec call.

-- 
Regards,
Peter Bauer
PHP developer

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to