/[smeserver]/rpms/e-smith-ingo/sme7/e-smith-ingo-1.1-4.ingo_horde_registry_php.patch
ViewVC logotype

Contents of /rpms/e-smith-ingo/sme7/e-smith-ingo-1.1-4.ingo_horde_registry_php.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Thu Jun 26 05:00:03 2008 UTC (15 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
* Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1
- Initial production build

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo
2 --- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 1969-12-31 18:00:00.000000000 -0600
3 +++ mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/130AppRegistryIngo 2006-10-05 21:05:08.000000000 -0500
4 @@ -0,0 +1,10 @@
5 +// 130AppRegistryIngo
6 +$this->applications['ingo'] = array(
7 + 'fileroot' => dirname(__FILE__) . '/../ingo',
8 + 'webroot' => $this->applications['horde']['webroot'] . '/ingo',
9 + 'name' => _("Filters"),
10 + 'status' => 'active',
11 + 'provides' => array('mail/blacklistFrom', 'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),
12 + 'menu_parent' => 'imp'
13 +);
14 +

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed