mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-07-27 18:41:08 +02:00
4 lines
No EOL
108 B
PHP
4 lines
No EOL
108 B
PHP
<?php
|
|
/** Enable the passwd plugin for all clients **/
|
|
define('PLUGIN_PASSWD_USER_DEFAULT_ENABLE', true);
|
|
?>
|