diff --git a/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php b/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php index c7242a169..85bc55ac6 100644 --- a/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php +++ b/livesupport/modules/archiveServer/var/xmlrpc/xr_cli_test.php @@ -23,12 +23,12 @@ 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 $ ------------------------------------------------------------------------------*/ -include_once dirname(__FILE__)."/../../../storageServer/var/xmlrpc/XML/RPC.php"; +include_once "XML/RPC.php"; $pars = $argv; array_shift($pars); diff --git a/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php b/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php index da7de3832..5540a21fd 100644 --- a/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php +++ b/livesupport/modules/storageServer/var/xmlrpc/schedulerPhpClient.php @@ -23,7 +23,7 @@ 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 $ ------------------------------------------------------------------------------*/ @@ -31,7 +31,7 @@ /* ================================================================= includes */ include_once dirname(__FILE__)."/../conf.php"; require_once 'DB.php'; -include_once dirname(__FILE__)."/XML/RPC.php"; +include_once "XML/RPC.php"; /* ================================================== method definition array */ /**