From: garvinhicking Date: Thu, 14 Jul 2005 09:37:20 +0000 (+0000) Subject: Add BUNDLE_NOTICE file to track changes necessary X-Git-Tag: 0.9~309 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6589599de501554715789d620eea7041034e2700;p=s9y.git Add BUNDLE_NOTICE file to track changes necessary --- diff --git a/bundled-libs/XML/RPC/BUNDLE_NOTICE b/bundled-libs/XML/RPC/BUNDLE_NOTICE new file mode 100644 index 0000000..eddabc1 --- /dev/null +++ b/bundled-libs/XML/RPC/BUNDLE_NOTICE @@ -0,0 +1,4 @@ +- Replace in XML/RPC/Server.php: + require_once 'RPC/RPC.php'; + with + require_once dirname(__FILE__) . '/../RPC.php';