perfected automated logins
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-29 19:52:08 +01:00
parent e9a718ee96
commit 0ed8ab9137
7 changed files with 39 additions and 33 deletions

View File

@ -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))