• Resolved tim9021

    (@tim9021)


    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.