1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppGollem mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppGollem |
2 |
--- smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppGollem 1969-12-31 18:00:00.000000000 -0600 |
3 |
+++ mezzanine_patched_smeserver-gollem-1.0/root/etc/e-smith/templates/home/httpd/html/horde/conf.menu.apps.php/02AppGollem 2006-03-18 16:31:24.000000000 -0600 |
4 |
@@ -0,0 +1,5 @@ |
5 |
+{ |
6 |
+my $GollemMenu = $gollem{MenuArray} || "enabled"; return "" unless ($GollemMenu eq "enabled"); |
7 |
+$apps{gollem} = 1; |
8 |
+$OUT = ''; |
9 |
+} |