This commit is contained in:
parent
9c1ec416e2
commit
ddb3acce07
2 changed files with 11 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.2 $
|
Version : $Revision: 1.3 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php.template,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/conf.php.template,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -81,6 +81,7 @@ $config = array(
|
||||||
'bufferDir' => dirname(__FILE__).'/../../archiveServer/var/stor/buffer',
|
'bufferDir' => dirname(__FILE__).'/../../archiveServer/var/stor/buffer',
|
||||||
'transDir' => dirname(__FILE__).'/../../archiveServer/var/trans',
|
'transDir' => dirname(__FILE__).'/../../archiveServer/var/trans',
|
||||||
'accessDir' => dirname(__FILE__).'/../../archiveServer/var/access',
|
'accessDir' => dirname(__FILE__).'/../../archiveServer/var/access',
|
||||||
|
'pearPath' => 'ls_install_dir/lib/php/php',
|
||||||
'isArchive' => TRUE,
|
'isArchive' => TRUE,
|
||||||
'validate' => TRUE,
|
'validate' => TRUE,
|
||||||
'useTrash' => FALSE,
|
'useTrash' => FALSE,
|
||||||
|
@ -124,4 +125,9 @@ $config = array(
|
||||||
'RootNode' => 'RootNode',
|
'RootNode' => 'RootNode',
|
||||||
'tmpRootPass' => 'q',
|
'tmpRootPass' => 'q',
|
||||||
);
|
);
|
||||||
|
$config['sysSubjs'] = array(
|
||||||
|
'root', $config['AdminsGr'], $config['AllGr'], $config['StationPrefsGr']
|
||||||
|
);
|
||||||
|
$old_ip = get_include_path();
|
||||||
|
set_include_path('.'.PATH_SEPARATOR.$config['pearPath'].PATH_SEPARATOR.$old_ip);
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.4 $
|
Version : $Revision: 1.5 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/conf.php.template,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/conf.php.template,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -88,6 +88,7 @@ $config = array(
|
||||||
'bufferDir' => dirname(__FILE__).'/../../storageServer/var/stor/buffer',
|
'bufferDir' => dirname(__FILE__).'/../../storageServer/var/stor/buffer',
|
||||||
'transDir' => dirname(__FILE__).'/../../storageServer/var/trans',
|
'transDir' => dirname(__FILE__).'/../../storageServer/var/trans',
|
||||||
'accessDir' => dirname(__FILE__).'/../../storageServer/var/access',
|
'accessDir' => dirname(__FILE__).'/../../storageServer/var/access',
|
||||||
|
'pearPath' => 'ls_install_dir/lib/php/php',
|
||||||
'isArchive' => FALSE,
|
'isArchive' => FALSE,
|
||||||
'validate' => TRUE,
|
'validate' => TRUE,
|
||||||
'useTrash' => TRUE,
|
'useTrash' => TRUE,
|
||||||
|
@ -142,4 +143,6 @@ $config = array(
|
||||||
$config['sysSubjs'] = array(
|
$config['sysSubjs'] = array(
|
||||||
'root', $config['AdminsGr'], $config['AllGr'], $config['StationPrefsGr']
|
'root', $config['AdminsGr'], $config['AllGr'], $config['StationPrefsGr']
|
||||||
);
|
);
|
||||||
|
$old_ip = get_include_path();
|
||||||
|
set_include_path('.'.PATH_SEPARATOR.$config['pearPath'].PATH_SEPARATOR.$old_ip);
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue