~eventum-developers/eventum/trunk

« back to all changes in this revision

Viewing changes to misc/xmlrpc_client.php

  • Committer: Elan Ruusamäe
  • Date: 2009-06-27 15:00:41 UTC
  • Revision ID: glen@delfi.ee-20090627150041-mpb27al56kmprakw
- restructured

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
// +----------------------------------------------------------------------+
28
28
//
29
29
// @(#) $Id: xmlrpc_client.php 3823 2009-02-10 06:46:03Z glen $
30
 
//
31
 
require_once(dirname(__FILE__) . "/../init.php");
32
 
require_once(APP_INC_PATH . "class.auth.php");
33
 
require_once(APP_INC_PATH . "class.issue.php");
34
 
require_once(APP_INC_PATH . "class.misc.php");
35
 
require_once(APP_INC_PATH . "db_access.php");
36
30
 
37
 
require_once(APP_PEAR_PATH . "XML_RPC/RPC.php");
 
31
require_once dirname(__FILE__) . '/../init.php';
38
32
 
39
33
$client = new XML_RPC_Client("/rpc/xmlrpc.php", "rabbit.impleo.net", 80);
40
34
$client->setDebug(true);