additional_plugins/serendipity_event_xmlrpc/PEAR/XML/BUNDLE_NOTICE

11 lines
181 B
Plaintext
Raw Normal View History

2011-12-13 12:29:05 +01:00
- 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';
}