Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/self/root/usr/local/cwpsrv/var/services/roundcube/plugins/carddav/ |
Upload File : |
# RCMCardDAV - CardDAV addressbook for Roundcube Webmail  [](https://codecov.io/gh/mstilkerich/rcmcarddav) [](https://shepherd.dev/github/mstilkerich/rcmcarddav) ## Requirements RCMCardDAV 4.x requires at least PHP 7.1. Dependencies are managed by composer, if you are interested in a list, see the [composer.json](composer.json) file. The supported versions of roundcube and supported databases can be found in [SUPPORTED_ENVIRONMENT.md](doc/SUPPORTED_ENVIRONMENT.md). ## Installation See [INSTALL.md](doc/INSTALL.md) for installation instructions. ## Documentation A (hopefully growing) documentation for various topics is found in the [doc](doc/) folder. Currently the following is available: - [Contact groups](doc/GROUPS.md) - [Plugin configuration by administrator](doc/ADMIN-SETTINGS.md) ## Upgrade Notes ### Upgrading from 3.0.x - Database migration happens automatically. - If you want more verbose than default logging, this must now be configured in `config.inc.php`. See the distributed file `config.inc.php.dist` for examples. ### Upgrading from 2.0.x There is no supported upgrade path from the 2.0.x version. You need to manually remove RCMCardDAV 2.0.x, drop its tables from your database and start with a fresh installation. ### Upgrading from 1.0 There is no upgrade path from the 1.0 version. You need to manually remove RCMCardDAV 1.0, drop its tables from your database and start with a fresh installation. <!-- vim: set ts=4 sw=4 expandtab fenc=utf8 ff=unix tw=120: -->