mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2024-11-22 02:17:26 +00:00
suppress rmcarddav's php version check
Since it says "RCMCardDAV requires at least PHP 5.6.18. Older versions might work", let's hope for the best. Also hiding its preferences panel in settings since if it doesn't work, we don't want folks using it for anything but connecting to ownCloud contacts.
This commit is contained in:
parent
c7badb80d1
commit
255a65ac98
@ -132,14 +132,12 @@ 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']['suppress_version_warning'] = true;
|
||||||
\$prefs['ownCloud'] = array(
|
\$prefs['ownCloud'] = array(
|
||||||
// required attributes
|
|
||||||
'name' => 'ownCloud',
|
'name' => 'ownCloud',
|
||||||
// will be substituted for the roundcube username
|
'username' => '%u', // login username
|
||||||
'username' => '%u',
|
'password' => '%p', // login password
|
||||||
// will be substituted for the roundcube password
|
|
||||||
'password' => '%p',
|
|
||||||
// %u will be substituted for the CardDAV username
|
|
||||||
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts',
|
'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts',
|
||||||
'active' => true,
|
'active' => true,
|
||||||
'readonly' => false,
|
'readonly' => false,
|
||||||
|
Loading…
Reference in New Issue
Block a user