Viewing File: /usr/local/cpanel/base/3rdparty/roundcube/plugins/carddav/config.inc.php
<?php
$prefs['_GLOBAL']['suppress_version_warning'] = false;
$prefs['_GLOBAL']['sync_collection_workaround'] = false;
if(file_exists('/var/cpanel/calendarserver')) {
$domain = getenv('HTTP_HOST');
if( empty($domain) ) $domain = getenv('DOMAIN');
$prefs['cPCardDAV'] = array(
'name' => 'cPanel CardDAV',
'username' => '%l@%d',
'password' => '%p',
'url' => 'https://' . $domain . ':2080',
'active' => true,
'fixed' => array( 'name', 'username', 'password' ),
'hide' => false,
);
}
?>
Back to Directory
File Manager