[horde] Disable features on Horde
Arjen de Korte
build+horde at de-korte.org
Fri Apr 10 20:14:22 UTC 2020
Citeren "AdamR.Med" <adamr.medallies at gmail.com>:
> I have made copy of registry.php as registry.local.php and have edited there
> but I don't see any changes unless editing original registry.php file
You shouldn't do that, create a new registry.local.php file instead.
To disable trean for instance, you use
<?php
$this->applications['trean']['status'] = 'inactive';
Just set the applications you don't need to 'inactive' and you'll be
fine. Make sure the permissions on this file are the same as for the
registry.php file that came with Horde.
More information about the horde
mailing list