|
@@ -340,15 +340,19 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
|
|
|
'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
'$use_php_iconv' => array( 'name' => _("Use PHP iconv functions"),
|
|
|
'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
+ '$allow_remote_configtest' => array( 'name' => _("Allow remote configuration test"),
|
|
|
+ 'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
/* ---- Settings of address books ---- */
|
|
|
'Group11' => array( 'name' => _("Address Books"),
|
|
|
'type' => SMOPT_TYPE_TITLE ),
|
|
|
'$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Addressbook"),
|
|
|
'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
- '$abook_global_file' => array( 'name' => _("Global address book file"),
|
|
|
- 'type' => SMOPT_TYPE_STRING ),
|
|
|
+ '$abook_global_file' => array( 'name' => _("Global address book file"),
|
|
|
+ 'type' => SMOPT_TYPE_STRING ),
|
|
|
'$abook_global_file_writeable' => array( 'name' => _("Allow writing into global address book file"),
|
|
|
- 'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
+ 'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
+ '$abook_global_file_listing' => array( 'name' => _("Allow listing of global address book"),
|
|
|
+ 'type' => SMOPT_TYPE_BOOLEAN ),
|
|
|
/* --------------------------------------------------------*/
|
|
|
'Group7' => array( 'name' => _("Themes"),
|
|
|
'type' => SMOPT_TYPE_TITLE ),
|