1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo |
2 |
--- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppIngo 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/conf.menu.apps.php/02AppIngo 2006-09-23 11:42:37.000000000 -0500 |
4 |
@@ -0,0 +1,5 @@ |
5 |
+{ |
6 |
+my $IngoMenu = $ingo{MenuArray} || "enabled"; return "" unless ($IngoMenu eq "enabled"); |
7 |
+$apps{ingo} = 1; |
8 |
+$OUT = ''; |
9 |
+} |
10 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu |
11 |
--- e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu 2005-09-01 15:49:51.000000000 -0500 |
12 |
+++ mezzanine_patched_e-smith-ingo-1.1/root/etc/e-smith/templates/home/httpd/html/horde/ingo/config/conf.php/120menu 2006-09-23 11:36:22.000000000 -0500 |
13 |
@@ -1,3 +1,3 @@ |
14 |
//120menu |
15 |
-$conf['menu']['apps'] = array('imp', 'ingo', 'turba'); |
16 |
+include '/home/httpd/html/horde/conf.menu.apps.php'; |
17 |
|