1
0
Fork 0
mirror of https://github.com/dducret/kopano-webapp-passwd synced 2026-08-04 22:45:45 +02:00

commit initial skeleton of the plugin

nothing is working
This commit is contained in:
Saket Patel 2013-07-02 01:35:25 +05:30
commit 843f674854
7 changed files with 397 additions and 0 deletions

4
config.php Normal file
View file

@ -0,0 +1,4 @@
<?php
/** Enable the passwd plugin for all clients **/
define('PLUGIN_PASSWD_USER_DEFAULT_ENABLE', true);
?>