Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 84412fc3aea69645fd16005101265a0a > files > 2

kolab-horde-fbview-2.1.0-4mdv2009.0.src.rpm

diff -Naur kolab-horde-fbview/fbview/config/conf.php kolab-horde-fbview.oden/fbview/config/conf.php
--- kolab-horde-fbview/fbview/config/conf.php	2007-05-20 14:52:35.000000000 +0200
+++ kolab-horde-fbview.oden/fbview/config/conf.php	2007-05-20 14:51:37.000000000 +0200
@@ -16,7 +16,7 @@
 $conf['session']['cache_limiter'] = 'nocache';
 $conf['session']['timeout'] = 0;
 $conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
-$conf['cookie']['path'] = '/fbview';
+$conf['cookie']['path'] = '/kolab/fbview';
 $conf['kolab']['server'] = $params['server'];
 $conf['kolab']['maildomain'] = $params['email_domain'];
 $conf['kolab']['basedn'] = $params['base_dn'];
diff -Naur kolab-horde-fbview/fbview/config/registry.php kolab-horde-fbview.oden/fbview/config/registry.php
--- kolab-horde-fbview/fbview/config/registry.php	2007-05-20 14:52:35.000000000 +0200
+++ kolab-horde-fbview.oden/fbview/config/registry.php	2007-05-20 14:52:08.000000000 +0200
@@ -40,9 +40,9 @@
 
 $this->applications['horde'] = array(
     'fileroot' => dirname(__FILE__) . '/..',
-    'webroot' => '/fbview',
+    'webroot' => '/kolab/fbview',
     'initial_page' => 'login.php',
-    'icon' => '/fbview/graphics/horde.gif',
+    'icon' => '/kolab/fbview/graphics/horde.gif',
     'name' => _("Kolab Free/Busy View"),
     'status' => 'active',
     'templates' => dirname(__FILE__) . '/../templates',