14
The referer check is done, for not having banner clicks from the outside (links in other sites).
PS The 0 option parameter seems silly to me.
If you don't want to do a check, don't call the function.
Also inside the function
$ref = xoops_getenv('HTTP_REFERER');
if ($docheck == 0) {
return true;
}
No need to find out the referer, if you don't want to do something with it.