Require path fixed.
This commit is contained in:
parent
b1528afa1b
commit
50930e9367
10 changed files with 34 additions and 34 deletions
|
@ -23,11 +23,11 @@
|
|||
|
||||
|
||||
Author : $Author: tomas $
|
||||
Version : $Revision: 1.3 $
|
||||
Version : $Revision: 1.4 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/Archive.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
require_once "../../../storageServer/var/LocStor.php";
|
||||
require_once dirname(__FILE__)."/../../storageServer/var/LocStor.php";
|
||||
|
||||
/**
|
||||
* Extension to StorageServer to act as ArchiveServer
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
Author : $Author: tomas $
|
||||
Version : $Revision: 1.2 $
|
||||
Version : $Revision: 1.3 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/xmlrpc/put.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -55,9 +55,9 @@
|
|||
* @see XR_LocStor
|
||||
*/
|
||||
|
||||
require_once '../conf.php';
|
||||
require_once dirname(__FILE__).'/../conf.php';
|
||||
require_once 'DB.php';
|
||||
require_once '../Archive.php';
|
||||
require_once dirname(__FILE__).'/../Archive.php';
|
||||
|
||||
PEAR::setErrorHandling(PEAR_ERROR_RETURN);
|
||||
$dbc = DB::connect($config['dsn'], TRUE);
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
|
||||
Author : $Author: tomas $
|
||||
Version : $Revision: 1.5 $
|
||||
Version : $Revision: 1.6 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/xmlrpc/xrArchive.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -51,8 +51,8 @@ header("Content-type: text/xml");
|
|||
|
||||
/* ================================================================= includes */
|
||||
require_once 'DB.php';
|
||||
require_once "../../../storageServer/var/xmlrpc/XML/RPC/Server.php";
|
||||
require_once '../conf.php';
|
||||
require_once dirname(__FILE__)."/../../../storageServer/var/xmlrpc/XML/RPC/Server.php";
|
||||
require_once dirname(__FILE__).'/../conf.php';
|
||||
require_once 'XR_Archive.php';
|
||||
|
||||
/* ============================================ setting default error handler */
|
||||
|
|
|
@ -23,12 +23,12 @@
|
|||
|
||||
|
||||
Author : $Author: tomas $
|
||||
Version : $Revision: 1.4 $
|
||||
Version : $Revision: 1.5 $
|
||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
||||
include_once "../../../storageServer/var/xmlrpc/XML/RPC.php";
|
||||
include_once dirname(__FILE__)."/../../../storageServer/var/xmlrpc/XML/RPC.php";
|
||||
|
||||
$pars = $argv;
|
||||
array_shift($pars);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue