This website requires JavaScript.
Explore
Help
Sign in
flashii
/
misuzu
Watch
2
Star
0
Fork
You've already forked misuzu
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
76cc71b0b8
misuzu
/
src
/
news.php
4 lines
98 B
PHP
Raw
Normal View
History
Unescape
Escape
Added permissions system.
2018-07-08 21:24:59 +02:00
<
?
php
Rename global permission constants to make more sense.
2018-08-18 04:31:46 +02:00
define
(
'MSZ_PERM_NEWS_MANAGE_POSTS'
,
1
);
define
(
'MSZ_PERM_NEWS_MANAGE_CATEGORIES'
,
1
<<
1
);
Reference in a new issue
Copy permalink