SQL
This commit is contained in:
9
php/utilities/roles.php
Normal file
9
php/utilities/roles.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
$roles = array(
|
||||
"std" => 0,
|
||||
"modo" => 1,
|
||||
"admin" => 2
|
||||
);
|
||||
|
||||
?>
|
Reference in New Issue
Block a user