http_referer question
-
If I use this code in my index.php file, will it kick out all referrers with poker in the uri?
if (strpos($HTTP_REFERER, 'poker') > 0) {
exit;
};Thanks.
The topic ‘http_referer question’ is closed to new replies.
If I use this code in my index.php file, will it kick out all referrers with poker in the uri?
if (strpos($HTTP_REFERER, 'poker') > 0) {
exit;
};
Thanks.
The topic ‘http_referer question’ is closed to new replies.