web-base/core/constants.php

7 lines
69 B
PHP
Raw Normal View History

2020-02-09 23:02:19 +01:00
<?php
const USER_GROUP_DEFAULT = 1;
const USER_GROUP_ADMIN = 2;
?>