Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Created October 8, 2009 13:55
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thefuxia/205034 to your computer and use it in GitHub Desktop.
Save thefuxia/205034 to your computer and use it in GitHub Desktop.
function is_local()
<?php
function is_local()
{
return ( '127.0.0.1' == $_SERVER["REMOTE_ADDR"]) ? TRUE : FALSE;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment