additional_plugins/serendipity_event_xmlrpc/PEAR/XML/BUNDLE_NOTICE
2011-12-13 12:29:05 +01:00

11 lines
181 B
Plaintext

- Remove:
RPC.php:
include_once 'PEAR.php'
RPC/Server.php:
require_once 'RPC/RPC.php';
if (!class_exists('XML_RPC_Base')) {
require_once dirname(__FILE__) . '/../RPC.php';
}