Skip to content

Instantly share code, notes, and snippets.

@shadowhand
Forked from samsoir/gist:72719
Created March 2, 2009 22:28
Show Gist options
  • Save shadowhand/73030 to your computer and use it in GitHub Desktop.
Save shadowhand/73030 to your computer and use it in GitHub Desktop.
<?
// Ensure we're dealing with local
return (bool) filter_var($ip_address, FILTER_FLAG_NO_PRIV_RANGE | FILTER_FLAG_IPV4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment