include directory problem fixed

This commit is contained in:
tomas 2005-01-19 05:36:39 +00:00
parent 83f809c841
commit a508b3dca5
1 changed files with 2 additions and 2 deletions

View File

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