We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
无需登录,直接访问/index.php?mod=system&op=orgtree,出现组织部门信息
The text was updated successfully, but these errors were encountered:
可以在\dzz\system\config\config.php文件中加一个'allow_view'=>1,,表示仅允许登录用户使用 也可以在\dzz\system\orgtree.php文件中的if(!defined('IN_DZZ')) { exit('Access Denied'); }后添加Hook::listen('check_login');表示检测是否登录,未登录跳转登录
'allow_view'=>1,
if(!defined('IN_DZZ')) { exit('Access Denied'); }
Hook::listen('check_login');
Sorry, something went wrong.
No branches or pull requests
无需登录,直接访问/index.php?mod=system&op=orgtree,出现组织部门信息
The text was updated successfully, but these errors were encountered: