fontawesome und jeeede menge reworks
All checks were successful
Build and push / Pulling repo on server (push) Successful in 20s

This commit is contained in:
2023-10-22 01:46:22 +02:00
parent fc9de5b15c
commit 004e38b3bb
72 changed files with 53087 additions and 83 deletions

View File

@ -48,7 +48,8 @@ class Page
function redirect($url)
{
header("Location: $url");
//header("Location: $url");
header("HX-Redirect: ". $url);
exit();
}