This commit is contained in:
tomas 2005-04-30 18:41:43 +00:00
parent 36c2ced07d
commit 21ae4aeb8e
2 changed files with 4 additions and 2 deletions

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.15 $
Version : $Revision: 1.16 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php,v $
------------------------------------------------------------------------------*/
@ -75,6 +75,7 @@ $config = array(
/* ================================================ storage configuration */
'authCookieName'=> 'assid',
'AdminsGr' => 'Admins',
'StationPrefsGr'=> '',
'AllGr' => 'All',
'storageDir' => dirname(__FILE__).'/../../archiveServer/var/stor',

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $
Version : $Revision: 1.3 $
Version : $Revision: 1.4 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php.template,v $
------------------------------------------------------------------------------*/
@ -75,6 +75,7 @@ $config = array(
/* ================================================ storage configuration */
'authCookieName'=> 'assid',
'AdminsGr' => 'Admins',
'StationPrefsGr'=> '',
'AllGr' => 'All',
'storageDir' => dirname(__FILE__).'/../../archiveServer/var/stor',