/[smeserver]/rpms/e-smith-horde/sme7/e-smith-horde_cookie_domain.patch
ViewVC logotype

Contents of /rpms/e-smith-horde/sme7/e-smith-horde_cookie_domain.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sun Dec 21 05:47:02 2008 UTC (15 years, 5 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-horde-4_0_0-12_el4_sme, e-smith-horde-4_0_0-8_el4_sme, e-smith-horde-4_0_0-7_el4_sme, e-smith-horde-4_0_0-11_el4_sme, e-smith-horde-4_0_0-4_el4_sme, e-smith-horde-4_0_0-5_el4_sme, e-smith-horde-4_0_0-10_el4_sme, e-smith-horde-4_0_0-6_el4_sme, e-smith-horde-4_0_0-9_el4_sme, HEAD
Please see Changlog

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 -

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed