Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何仅超级管理员访问组权限示例(签名权限),但其他管理员和超级管理员无权访问该组权限示例(签名权限)
例如,第一个 id = 1 的 SuperAdmin 只能看到和访问某些权限并且可以更改它,而其他 superAdmin 看不到该权限。
超级管理员在library/config.php文件中定义:
library/config.php
$config['superAdmins'] = '1,2,3';
1、2 和 3 是三个不同的用户 ID。