$this->page($this->db,[
[ 'help', 'This help' ],
[ 'ls', 'List configured databases' ],
+ [ 'ldap', 'Connect to domain ldap server [/FILTER/ATTRS' ],
[ 'databases', 'List others databases' ],
[ 'cryptkey', 'Generate a random encryption key' ],
[ 'ssha_password', 'Encrypt a password' ],
] + (
($this->perm < self::ADMIN) ? [] :
[
- [ 'phpinfo', 'Phpinfo datas' ],
- [ '_SERVER', 'Dumper _SERVER' ],
- [ '_REQUEST', 'Dumper _REQUEST' ],
+ [ 'phpinfo', 'Phpinfo' ],
+ [ '_SERVER', 'Dump _SERVER' ],
+ [ '_REQUEST', 'Dump _REQUEST' ],
]
)
,['command','description'],function(&$r) {