One "require" command changed to use XML-RPC from embedded pear packages.

This commit is contained in:
tomas 2005-08-15 13:41:48 +00:00
parent ac6df9f1e4
commit ea280dccb1
2 changed files with 4 additions and 4 deletions

View file

@ -23,12 +23,12 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.5 $ Version : $Revision: 1.6 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
include_once dirname(__FILE__)."/../../../storageServer/var/xmlrpc/XML/RPC.php"; include_once "XML/RPC.php";
$pars = $argv; $pars = $argv;
array_shift($pars); array_shift($pars);

View file

@ -23,7 +23,7 @@
Author : $Author: tomas $ Author : $Author: tomas $
Version : $Revision: 1.7 $ Version : $Revision: 1.8 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -31,7 +31,7 @@
/* ================================================================= includes */ /* ================================================================= includes */
include_once dirname(__FILE__)."/../conf.php"; include_once dirname(__FILE__)."/../conf.php";
require_once 'DB.php'; require_once 'DB.php';
include_once dirname(__FILE__)."/XML/RPC.php"; include_once "XML/RPC.php";
/* ================================================== method definition array */ /* ================================================== method definition array */
/** /**