1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-01 05:55:02 +03:00
This commit is contained in:
Alexey Kachayev 2009-10-03 15:25:49 +00:00
parent be57c76a71
commit 5a72fbed1a

View file

@ -39,7 +39,7 @@ class LsSecurity extends Module {
public function ValidateReferal() {
if (isset($_SERVER['HTTP_REFERER'])) {
$aUrl=parse_url($_SERVER['HTTP_REFERER']);
if (strcasecmp($aUrl['host'],$_SERVER['HTTP_HOST'])) {
if (strcasecmp($aUrl['host'],$_SERVER['HTTP_HOST'])==0) {
return true;
} elseif (preg_match("/\.".quotemeta($_SERVER['HTTP_HOST'])."$/i",$aUrl['host'])) {
return true;