Skip to content

Instantly share code, notes, and snippets.

@samsoir
Created March 2, 2009 11:52
Show Gist options
  • Save samsoir/72719 to your computer and use it in GitHub Desktop.
Save samsoir/72719 to your computer and use it in GitHub Desktop.
<?
// Ensure we're dealing with local
if ( ! filter_var($ip_address, FILTER_FLAG_NO_PRIV_RANGE) OR filter_var( ! $ip_address, FILTER_VALIDATE_IP, FILTER_FLAG_IPV4))
return TRUE;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment