Initial commit

This commit is contained in:
2025-01-07 17:55:50 +08:00
commit eab1d70061
86 changed files with 2772 additions and 0 deletions

7
20241208/acl_list.php Normal file
View File

@ -0,0 +1,7 @@
<meta charset="UTF-8">
<?php
$acl=array(
"cto"=>array("r_1.php","r_2.php","r_3.php"),
"manager"=>array("r_2.php","r_3.php"),
"staff"=>array("r_3.php")
);