mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
remove obsolete/unneeded configuration entries
This commit is contained in:
parent
0ba34247cb
commit
8937591071
@ -153,7 +153,6 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
|
|||||||
<?php
|
<?php
|
||||||
/* Do not edit. Written by Mail-in-a-Box. Regenerated on updates. */
|
/* Do not edit. Written by Mail-in-a-Box. Regenerated on updates. */
|
||||||
\$prefs['_GLOBAL']['hide_preferences'] = true;
|
\$prefs['_GLOBAL']['hide_preferences'] = true;
|
||||||
\$prefs['_GLOBAL']['suppress_version_warning'] = true;
|
|
||||||
\$prefs['_GLOBAL']['pwstore_scheme'] = 'plain';
|
\$prefs['_GLOBAL']['pwstore_scheme'] = 'plain';
|
||||||
\$prefs['ownCloud'] = array(
|
\$prefs['ownCloud'] = array(
|
||||||
'name' => 'ownCloud',
|
'name' => 'ownCloud',
|
||||||
@ -166,8 +165,6 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
|
|||||||
'readonly' => false,
|
'readonly' => false,
|
||||||
'refresh_time' => '02:00:00',
|
'refresh_time' => '02:00:00',
|
||||||
'fixed' => array('username','password'),
|
'fixed' => array('username','password'),
|
||||||
'preemptive_auth' => '1',
|
|
||||||
'hide' => false,
|
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user