1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppTurba mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppTurba |
2 |
--- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppTurba 1969-12-31 17:00:00.000000000 -0700 |
3 |
+++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppTurba 2006-12-22 09:13:18.000000000 -0700 |
4 |
@@ -0,0 +1,5 @@ |
5 |
+{ |
6 |
+my $TurbaMenu = $turba{MenuArray} || "enabled"; return "" unless ($TurbaMenu eq "enabled"); |
7 |
+$apps{turba} = 1; |
8 |
+$OUT = ''; |
9 |
+} |
10 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/100Conf mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/100Conf |
11 |
--- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/100Conf 2006-12-22 09:14:28.000000000 -0700 |
12 |
+++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/100Conf 2006-12-22 09:10:24.000000000 -0700 |
13 |
@@ -1,6 +1,5 @@ |
14 |
// 100Conf |
15 |
$conf['menu']['import_export'] = true; |
16 |
-$conf['menu']['apps'] = array('imp'); |
17 |
$conf['client']['addressbook'] = 'localsql'; |
18 |
$conf['shares']['source'] = 'sql'; |
19 |
$conf['comments']['allow'] = true; |
20 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/120MenuSettings mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/120MenuSettings |
21 |
--- e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/120MenuSettings 1969-12-31 17:00:00.000000000 -0700 |
22 |
+++ mezzanine_patched_e-smith-turba-1.7.0/root/etc/e-smith/templates/home/httpd/html/horde/turba/config/conf.php/120MenuSettings 2006-12-22 09:11:36.000000000 -0700 |
23 |
@@ -0,0 +1,2 @@ |
24 |
+// 120MenuSettings |
25 |
+include '/home/httpd/html/horde/conf.menu.apps.php'; |