9 lines
79 B
PHP
9 lines
79 B
PHP
<?php
|
|
|
|
$roles = array(
|
|
"std" => 0,
|
|
"modo" => 1,
|
|
"admin" => 2
|
|
);
|
|
|
|
?>
|