mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-12-25 07:47:05 +00:00
config changes to contacts
This commit is contained in:
parent
fccbb591e3
commit
81ff820e84
@ -156,7 +156,7 @@ EOF
|
|||||||
cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
|
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'] = false;
|
||||||
\$prefs['_GLOBAL']['suppress_version_warning'] = true;
|
\$prefs['_GLOBAL']['suppress_version_warning'] = true;
|
||||||
\$prefs['ownCloud'] = array(
|
\$prefs['ownCloud'] = array(
|
||||||
'name' => 'ownCloud',
|
'name' => 'ownCloud',
|
||||||
@ -165,7 +165,7 @@ cat > ${RCM_PLUGIN_DIR}/carddav/config.inc.php <<EOF;
|
|||||||
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts',
|
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/dav/addressbooks/users/%u/contacts',
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'readonly' => false,
|
'readonly' => false,
|
||||||
'refresh_time' => '02:00:00',
|
'refresh_time' => '00:30:00',
|
||||||
'fixed' => array('username'),
|
'fixed' => array('username'),
|
||||||
'preemptive_auth' => '1',
|
'preemptive_auth' => '1',
|
||||||
'hide' => false,
|
'hide' => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user