Skip to content

Instantly share code, notes, and snippets.

@crittermike
Created February 16, 2011 21:52
Show Gist options
  • Save crittermike/830314 to your computer and use it in GitHub Desktop.
Save crittermike/830314 to your computer and use it in GitHub Desktop.
<?php
if (arg(0) == 'user' && (strpos($_SERVER['HTTP_REFERER'], 'tgr') || strpos($_SERVER['HTTP_REFERER'], 'thinkgreenrewards'))) {
return true;
} else {
return false;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment