From 9890dbb2eaca6c087cbc952a2fa0b3a6d610de53 Mon Sep 17 00:00:00 2001
From: tomas <tomas@cfc7b370-4200-0410-a6e3-cb6bdb053afe>
Date: Wed, 23 Feb 2005 15:54:51 +0000
Subject: [PATCH] directory paths changed to allow share conf.php with another
 LS modules

---
 livesupport/modules/storageServer/var/conf.php | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/livesupport/modules/storageServer/var/conf.php b/livesupport/modules/storageServer/var/conf.php
index 4da4af84e..7bec24258 100644
--- a/livesupport/modules/storageServer/var/conf.php
+++ b/livesupport/modules/storageServer/var/conf.php
@@ -23,7 +23,7 @@
  
  
     Author   : $Author: tomas $
-    Version  : $Revision: 1.12 $
+    Version  : $Revision: 1.13 $
     Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/conf.php,v $
 
 ------------------------------------------------------------------------------*/
@@ -66,10 +66,10 @@ $config = array(
     'authCookieName'=> 'lssid',
     'StationPrefsGr'=> 'StationPrefs',
     'AllGr'         => 'All',
-    'storageDir'    =>  dirname(__FILE__).'/stor',
-    'bufferDir'     =>  dirname(__FILE__).'/stor/buffer',
-    'transDir'      =>  dirname(__FILE__).'/trans',
-    'accessDir'     =>  dirname(__FILE__).'/access',
+    'storageDir'    =>  dirname(__FILE__).'/../../storageServer/var/stor',
+    'bufferDir'     =>  dirname(__FILE__).'/../../storageServer/var/stor/buffer',
+    'transDir'      =>  dirname(__FILE__).'/../../storageServer/var/trans',
+    'accessDir'     =>  dirname(__FILE__).'/../../storageServer/var/access',
     'isArchive'     =>  FALSE,
 
     /* ==================================================== URL configuration */