more heavy
All checks were successful
Build and push / Pulling repo on server (push) Successful in 3s

This commit is contained in:
2023-10-30 23:00:17 +01:00
parent 8f4675ba93
commit 682252503b
2 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,9 @@ $GLOBALS['url'] = $url;
autoLoginCheck();
if( $_SESSION['user'])
var_dump($_SESSION['user']->data);
$response = callHook($url);
if(is_string($response))