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 |
+ |