You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.
$refuri = parse_url($_SERVER['HTTP_REFERER']); // use the parse_url() function to create an array containing information about the domain
if($refuri['host'] == "localhost"){
echo "You should email me and tell me I have a dead link on this site.";
}else{
echo "You should email someone over at " . $refuri['host'] . " and let them know they have a dead link to this site.";
}
}else{
echo "If you got here from Oliver.com, you took a wrong turn at USQ. And if you got here by typing randomly in the address bar, stop doing that. You're filling my error logs with unnecessary junk.";