Skip to content

Instantly share code, notes, and snippets.

@gregoryyoung
Created May 6, 2014 22:12
Show Gist options
  • Save gregoryyoung/a9f3d362d1e061d40e30 to your computer and use it in GitHub Desktop.
Save gregoryyoung/a9f3d362d1e061d40e30 to your computer and use it in GitHub Desktop.
if(request.ip == knownip) {
if(popups.blockednormally) {
if(!tryPopupWithPostBack()) {
//possibly user
}
} else {
if(tryPopupWithPostBack()) {
//almost certainly user
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment