Fixed #902
This commit is contained in:
parent
36c2ced07d
commit
21ae4aeb8e
2 changed files with 4 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue