Inlude patched XML_RPC extension into LiveSupport CVS.
This commit is contained in:
parent
bdb2c5c474
commit
275af6c516
4 changed files with 1504 additions and 4 deletions
|
@ -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/xrLocStor.php,v $
|
||||
|
||||
------------------------------------------------------------------------------*/
|
||||
|
@ -48,9 +48,9 @@ ini_set("error_append_string", "</string></value>
|
|||
</methodResponse>");
|
||||
header("Content-type: text/xml");
|
||||
|
||||
require_once 'DB.php';
|
||||
require_once "XML/RPC/Server.php";
|
||||
require_once '../conf.php';
|
||||
require_once 'DB.php';
|
||||
require_once '../LocStor.php';
|
||||
|
||||
function errHndl($errno, $errmsg, $filename, $linenum, $vars){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue