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