This commit is contained in:
Dupard
2021-09-09 23:55:45 +02:00
parent 78f8376033
commit 3ba56a592a
5 changed files with 72 additions and 5 deletions

9
php/utilities/roles.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
$roles = array(
"std" => 0,
"modo" => 1,
"admin" => 2
);
?>