forked from leftypol/leftypol
use system account
This commit is contained in:
parent
e6854ad546
commit
a79b8c473b
2 changed files with 19 additions and 2 deletions
10
tools/inc/cli.php
Normal file
10
tools/inc/cli.php
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
$mod = Array(
|
||||
'id' => -1,
|
||||
'type' => ADMIN,
|
||||
'username' => '?',
|
||||
'boards' => Array('*')
|
||||
);
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue