web-base/core/constants.php
2020-02-09 23:02:19 +01:00

7 lines
69 B
PHP

<?php
const USER_GROUP_DEFAULT = 1;
const USER_GROUP_ADMIN = 2;
?>