forked from Adleraci/adlerka.top
test
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user