This website works better with JavaScript.
Explore
Help
Register
Sign In
Error202
/
zxcms
Watch
1
Star
0
Fork
You've already forked zxcms
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
115
Commits
1
Branch
0
Tags
57 MiB
Tree:
f9b833ac36
zxcms
/
core
/
access
/
Rbac.php
9 lines
107 B
Raw
Normal View
History
Unescape
Escape
init
7 years ago
<?php
namespace core\access;
class Rbac
{
const ROLE_USER = 'user';
const ROLE_ADMIN = 'admin';
}