minor change
This commit is contained in:
parent
3cc38ccf88
commit
26bec3ff05
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.23 $
|
Version : $Revision: 1.24 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/xmlrpc/xrLocStor.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -51,9 +51,9 @@ ini_set("error_append_string", "</string></value>
|
||||||
header("Content-type: text/xml");
|
header("Content-type: text/xml");
|
||||||
|
|
||||||
/* ================================================================= includes */
|
/* ================================================================= includes */
|
||||||
|
require_once '../conf.php';
|
||||||
require_once 'DB.php';
|
require_once 'DB.php';
|
||||||
require_once "XML/RPC/Server.php";
|
require_once "XML/RPC/Server.php";
|
||||||
require_once '../conf.php';
|
|
||||||
require_once 'XR_LocStor.php';
|
require_once 'XR_LocStor.php';
|
||||||
|
|
||||||
/* ============================================ setting default error handler */
|
/* ============================================ setting default error handler */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue