Initial Commit

This commit is contained in:
2020-02-09 23:02:19 +01:00
commit 62f67967ba
61 changed files with 25369 additions and 0 deletions

6
core/constants.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
const USER_GROUP_DEFAULT = 1;
const USER_GROUP_ADMIN = 2;
?>