mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-24 15:40:12 +01:00
11 lines
101 B
PHP
11 lines
101 B
PHP
|
<?php
|
||
|
|
||
|
$mod = Array(
|
||
|
'id' => -1,
|
||
|
'type' => ADMIN,
|
||
|
'username' => '?',
|
||
|
'boards' => Array('*')
|
||
|
);
|
||
|
|
||
|
|