Initial commit
This commit is contained in:
9
20250103/r_2.php
Normal file
9
20250103/r_2.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include 'acl_list.php';
|
||||
$role = $_GET['role'] ?? null;
|
||||
if ($role && checkAccess($role, 'r_2.php')) {
|
||||
echo "欢迎光临";
|
||||
} else {
|
||||
echo "无权访问";
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user