1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' smeserver-mimp-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/115AppRegistryMimp mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/115AppRegistryMimp |
2 |
|
|
--- smeserver-mimp-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 1969-12-31 18:00:00.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_smeserver-mimp-1.0/root/etc/e-smith/templates-custom/home/httpd/html/horde/config/registry.php/115AppRegistryMimp 2006-03-18 18:28:21.000000000 -0600 |
4 |
|
|
@@ -0,0 +1,8 @@ |
5 |
|
|
+// 115AppRegistryMimp |
6 |
|
|
+$this->applications['mimp'] = array( |
7 |
|
|
+ 'fileroot' => dirname(__FILE__) . '/../mimp', |
8 |
|
|
+ 'webroot' => $this->applications['horde']['webroot'] . '/mimp', |
9 |
|
|
+ 'name' => _("Mobile Mail"), |
10 |
|
|
+ 'status' => 'hidden' |
11 |
|
|
+); |
12 |
|
|
+ |