AIidE/php/utilities/roles.php
2021-09-09 23:55:45 +02:00

9 lines
79 B
PHP

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