This commit is contained in:
2024-02-01 09:10:55 +01:00
parent 3b3a504c9f
commit f1dc7d866f
3 changed files with 32 additions and 7 deletions

View File

@@ -2,7 +2,12 @@
require_once "lib/router.php";
function render(): false|string
function get_parameters():array
{
return ["minimal_permission_level" => 0, "secret" => 0, "page_title" => "Domov"];
}
function render(): string
{
global $routerConfig;