Add some more account actions,

Add return types,
This commit is contained in:
2024-01-31 22:05:23 +01:00
parent a4fd20ad00
commit 3d22ff555e
9 changed files with 194 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
require_once "lib/router.php";
function render()
function render(): false|string
{
global $routerConfig;