Re: [Kolab-devel] SSL configuration chaos for the HTTP_Request2 object
"Daniel Hoffend" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <em3bddd506-be96-4108-a4a5-8ce001e62385__6478.4261900515$1377424026$gmane$org@dotpc> |
>Plugins are used only by kolab backend. It is possible to write another >backend in Chwala to support other storage e.g. owncloud. Then kolab >plugins will not be used. Chwala shouldn't depend on them. In this case you're right. But it's not an issue to duplicate that static function, one time for kolab and one for chwala. Afaik chwala doesn't have it's own config file yet right? >there's also require_once 'HTTP/Request2'; line. So, all in all, it >might be reasonable to have all in one place. Makes sense - Daniel