1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
LuckyCoinkydink/bundled-libs/XML/BUNDLE_NOTICE
2006-08-02 10:07:34 +00:00

8 lines
189 B
Plaintext

- Replace:
RPC.php:
include_once 'PEAR.php'
include_once dirname(__FILE__) . '/../../PEAR.php';
RPC/Server.php:
require_once 'RPC/RPC.php';
require_once dirname(__FILE__) . '/../RPC.php';