submenu generation implemented
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s

This commit is contained in:
2023-10-22 09:57:29 +02:00
parent 004e38b3bb
commit 81d4c09533
9 changed files with 94 additions and 14 deletions

View File

@ -24,7 +24,7 @@ else $url = array_filter(explode('/',ltrim(parse_url($_SERVER['REQUEST_URI'], PH
if($url==[] && $_SERVER['HTTP_HX_CURRENT_URL'])
$url = explode('/',ltrim(parse_url($_SERVER['HTTP_HX_CURRENT_URL'], PHP_URL_PATH),'/'));
$GLOBALS['url'] = $url;
//echo print_r(['url'=>$url,'server'=>$_SERVER,'request'=>$_REQUEST,'cookie'=>$_COOKIE,'session'=>$_SESSION],true);
$response = callHook($url);