minor work on multiserver-client-deployment

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-22 21:29:47 +00:00
parent 26084a19fa
commit 8b3c634652
4 changed files with 46 additions and 20 deletions

View File

@@ -92,7 +92,15 @@ return array(
'default' => '',
'string_emptyallowed' => true,
'save_method' => 'storeSettingField'
)
),
'froxlorclient_install_destination' => array(
'label' => $lng['froxlorclient']['install_destination'],
'settinggroup' => 'client',
'varname' => 'install_destination',
'type' => 'string',
'default' => '/usr/share/froxlor/',
'save_method' => 'storeSettingField'
),
)
)
)