1 |
mrjhb3 |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/100GeneralSettings mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/100GeneralSettings |
2 |
|
|
--- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/100GeneralSettings 2008-12-20 23:26:51.000000000 -0600 |
3 |
|
|
+++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/conf.php/100GeneralSettings 2008-12-20 23:21:35.000000000 -0600 |
4 |
|
|
@@ -21,6 +21,6 @@ |
5 |
|
|
$conf['session']['use_only_cookies'] = true; |
6 |
|
|
$conf['session']['cache_limiter'] = 'nocache'; |
7 |
|
|
$conf['session']['timeout'] = 0; |
8 |
|
|
-$conf['cookie']['domain'] = $_SERVER['SERVER_NAME']; |
9 |
|
|
+$conf['cookie']['domain'] = ''; |
10 |
|
|
$conf['cookie']['path'] = '/horde'; |
11 |
|
|
|
12 |
|
|
diff -Nur -x '*.orig' -x '*.rej' e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/410AppRegistryKlutz mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/410AppRegistryKlutz |
13 |
|
|
--- e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/410AppRegistryKlutz 2008-04-17 22:23:11.000000000 -0500 |
14 |
|
|
+++ mezzanine_patched_e-smith-horde-4.0.0/root/etc/e-smith/templates/home/httpd/html/horde/config/registry.php/410AppRegistryKlutz 1969-12-31 18:00:00.000000000 -0600 |
15 |
|
|
@@ -1,10 +0,0 @@ |
16 |
|
|
-// 410AppRegistryKlutz |
17 |
|
|
-$this->applications['klutz'] = array( |
18 |
|
|
- 'fileroot' => dirname(__FILE__) . '/../klutz', |
19 |
|
|
- 'webroot' => $this->applications['horde']['webroot'] . '/klutz', |
20 |
|
|
- 'name' => _("Comics"), |
21 |
|
|
- 'status' => 'inactive', |
22 |
|
|
- 'provides' => 'comics', |
23 |
|
|
- 'menu_parent' => 'info' |
24 |
|
|
-); |
25 |
|
|
- |