5 lines
65 B
PHP
5 lines
65 B
PHP
|
<?php
|
||
|
|
||
|
const USER_GROUP_DEFAULT = 1;
|
||
|
const USER_GROUP_ADMIN = 2;
|