test
This commit is contained in:
parent
e22e438c40
commit
5a359eaf4c
@ -1,8 +1,11 @@
|
||||
<?php
|
||||
|
||||
function getDynamicPermission($file): int {
|
||||
error_log("Getting page $file");
|
||||
return include_once($file)["parameters"]["minimal_permission_level"];
|
||||
$page_tmp = include_once($file);
|
||||
print_r($page_tmp);
|
||||
//["parameters"]["minimal_permission_level"]
|
||||
//error_log("Getting page $file");
|
||||
return 255;
|
||||
}
|
||||
|
||||
function generateNavigation(): string
|
||||
|
Loading…
Reference in New Issue
Block a user