[commits] [Wiki] changed: CustomizingPreferencesH5

Wiki Guest wikiguest at horde.org
Wed Aug 20 13:28:39 UTC 2014


guest [98.174.223.60]  Wed, 20 Aug 2014 13:28:39 +0000

Modified page: http://wiki.horde.org/CustomizingPreferencesH5
New Revision:  9
Change log:  Edit

@@ -115,6 +115,19 @@

  </code>


+File to edit: ../config/registry.local.php
+
+<code type="php">
+$this->applications['ingo']['provides'] = array_diff(
+     $this->applications['ingo']['provides'],
+     array(
+         'mail/blacklistFrom',
+         'mail/showBlacklist',
+         'mail/whitelistFrom',
+         'mail/showWhitelist'
+     )
+);
+</code>





More information about the commits mailing list