On Thu, Oct 13, 2011 at 5:45 AM, ABClf <[email protected]> wrote: > if my ip, do nothing, > else include actionlog recipe
if ($_SERVER['REMOTE_ADDR'] != 'www.xxx.yyy.zzz')
include_once("$FarmD/cookbook/actionlog.php");
Be aware that a lot of these $_SERVER values can be spoofed, so it's
not fool-proof.
-Peter
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
