]> git.mjollnir.org Git - s9y.git/commitdiff
Add BUNDLE_NOTICE file to track changes necessary
authorgarvinhicking <garvinhicking>
Thu, 14 Jul 2005 09:37:20 +0000 (09:37 +0000)
committergarvinhicking <garvinhicking>
Thu, 14 Jul 2005 09:37:20 +0000 (09:37 +0000)
bundled-libs/XML/RPC/BUNDLE_NOTICE [new file with mode: 0644]

diff --git a/bundled-libs/XML/RPC/BUNDLE_NOTICE b/bundled-libs/XML/RPC/BUNDLE_NOTICE
new file mode 100644 (file)
index 0000000..eddabc1
--- /dev/null
@@ -0,0 +1,4 @@
+- Replace in XML/RPC/Server.php:
+    require_once 'RPC/RPC.php';
+  with
+    require_once dirname(__FILE__) . '/../RPC.php';