7 lines
69 B
PHP
7 lines
69 B
PHP
|
<?php
|
||
|
|
||
|
const USER_GROUP_DEFAULT = 1;
|
||
|
const USER_GROUP_ADMIN = 2;
|
||
|
|
||
|
?>
|