/[smecontribs]/rpms/smeserver-gollem/contribs7/smeserver-gollem-1.0-3.templates-custom.patch
ViewVC logotype

Contents of /rpms/smeserver-gollem/contribs7/smeserver-gollem-1.0-3.templates-custom.patch

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


Revision 1.3 - (show annotations) (download)
Tue Nov 25 16:20:23 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-gollem-1_0-18_el4_sme, smeserver-gollem-1_0-16_el4_sme, smeserver-gollem-1_0-15_el4_sme, smeserver-gollem-1_0-17_el4_sme, smeserver-gollem-1_0-14_el4_sme, HEAD
Changes since 1.2: +0 -0 lines
Restore

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem
2 --- smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem 1969-12-31 18:00:00.000000000 -0600
3 +++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/620AppRegistryGollem 2006-03-18 14:51:34.000000000 -0600
4 @@ -0,0 +1,17 @@
5 +// 620AppRegistryGollem
6 +$this->applications['gollem'] = array(
7 + 'fileroot' => dirname(__FILE__) . '/../gollem',
8 + 'webroot' => $this->applications['horde']['webroot'] . '/gollem',
9 + 'name' => _("File Manager"),
10 + 'status' => 'active',
11 + 'menu_parent' => 'myaccount',
12 + 'provides' => 'files',
13 +);
14 +
15 +$this->applications['gollem-menu'] = array(
16 + 'status' => 'hidden',
17 + 'app' => 'gollem',
18 + 'blockname' => 'tree_menu',
19 + 'menu_parent' => 'gollem',
20 +);
21 +

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