From 921ce2b1e45fe27f372730c97b738aae3d77001c Mon Sep 17 00:00:00 2001 From: tomas Date: Mon, 15 Aug 2005 12:58:59 +0000 Subject: [PATCH] The path component in one "require" command fixed. --- livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php b/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php index 16e23ffbd..66dcab468 100644 --- a/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php +++ b/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php @@ -23,12 +23,12 @@ Author : $Author: tomas $ - Version : $Revision: 1.11 $ + Version : $Revision: 1.12 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/xr_cli_test.php,v $ ------------------------------------------------------------------------------*/ -include_once dirname(__FILE__)."/XML/RPC.php"; +include_once "XML/RPC.php"; include_once dirname(__FILE__)."/../conf.php"; $pars = $argv;