From ba015d1042ccd5b390e71392fc9903fb60e1e727 Mon Sep 17 00:00:00 2001 From: tomas Date: Wed, 23 Feb 2005 19:23:18 +0000 Subject: [PATCH] wrong line ending fixed --- 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 7bec24258..2ba8315fa 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.13 $ + Version : $Revision: 1.14 $ 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__).'/../../storageServer/var/stor', - 'bufferDir' => dirname(__FILE__).'/../../storageServer/var/stor/buffer', - 'transDir' => dirname(__FILE__).'/../../storageServer/var/trans', - 'accessDir' => dirname(__FILE__).'/../../storageServer/var/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 */