<?php
/**
* XML-RPC APIs
*
* This is a dummy file that loads /xmlsrv/xmlrpc.php XML-RPC handler.
* We need this file here in order to use WordPress XML-RPC API since some native clients don't allow us to select xmlrpc.php location.
*
* b2evolution - {@link http://b2evolution.net/}
* Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
* @copyright (c)2003-2013 by Francois Planque - {@link http://fplanque.com/}
*
* @version $Id: xmlrpc.php 0 2012-02-16 09:09:09Z attila $
*/
require dirname(__FILE__).'/xmlsrv/xmlrpc.php';
?>