add some more function-doc; add setting to enable/disable api in system-settings; added last three api-command classes (empty so far)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -13,7 +13,8 @@ $userdata_content = "<?php
|
||||
\$sql_root[0]['user'] = 'root';
|
||||
\$sql_root[0]['password'] = '$rpwd';
|
||||
\$sql_root[0]['host'] = 'localhost';
|
||||
\$sql_root[0]['caption'] = 'Test default';" . PHP_EOL;
|
||||
\$sql_root[0]['caption'] = 'Test default';
|
||||
\$sql['debug'] = true;" . PHP_EOL;
|
||||
|
||||
$userdata = dirname(__DIR__) . '/lib/userdata.inc.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user