use system account

This commit is contained in:
Michael Save 2012-03-14 16:45:59 +11:00
parent e6854ad546
commit a79b8c473b
2 changed files with 19 additions and 2 deletions

10
tools/inc/cli.php Normal file
View file

@ -0,0 +1,10 @@
<?php
$mod = Array(
'id' => -1,
'type' => ADMIN,
'username' => '?',
'boards' => Array('*')
);