perfected automated logins
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s
This commit is contained in:
@ -29,6 +29,8 @@ if($url==[] && $_SERVER['HTTP_HX_CURRENT_URL'])
|
||||
$GLOBALS['url'] = $url;
|
||||
//echo print_r(['url'=>$url,'server'=>$_SERVER,'request'=>$_REQUEST,'cookie'=>$_COOKIE,'session'=>$_SESSION],true);
|
||||
|
||||
autoLoginCheck();
|
||||
|
||||
$response = callHook($url);
|
||||
|
||||
if(is_string($response))
|
||||
|
Reference in New Issue
Block a user