4 lines
98 B
PHP
4 lines
98 B
PHP
|
<?php
|
||
|
define('MSZ_NEWS_PERM_MANAGE_POSTS', 1);
|
||
|
define('MSZ_NEWS_PERM_MANAGE_CATEGORIES', 1 << 1);
|