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