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
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
80
Commits
1
Branch
0
Tags
57 MiB
CSS
44.5%
PHP
26.4%
JavaScript
21.4%
HTML
6%
SCSS
1.6%
Tree:
472483d049
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '472483d049'
${ noResults }
zxcms
/
core
/
access
/
Rbac.php
9 lines
107 B
Raw
Blame
History
<
?
php
namespace
core\access
;
class
Rbac
{
const
ROLE_USER
=
'user'
;
const
ROLE_ADMIN
=
'admin'
;
}
Reference in new issue
Copy Permalink