Update hybridauth.lnk.php
This commit is contained in:
parent
c329b613f9
commit
be44627daa
|
@ -47,12 +47,14 @@ if(!function_exists("check_hybridauth")) {
|
||||||
$flag = false;
|
$flag = false;
|
||||||
$requests = get_requests();
|
$requests = get_requests();
|
||||||
|
|
||||||
|
if(loadHelper("string.utl")) {
|
||||||
foreach($requests['_ALL'] as $k=>$v) {
|
foreach($requests['_ALL'] as $k=>$v) {
|
||||||
if(startsWith($k, "hauth.")) {
|
if(startsWith($k, "hauth.")) {
|
||||||
$flag = true;
|
$flag = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return $flag;
|
return $flag;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user