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/Cache/BUNDLE_NOTICE
2006-08-02 10:07:34 +00:00

8 lines
204 B
Plaintext

- Replace:
Lite.php:
include_once('PEAR.php');
include_once dirname(__FILE__) . '/../PEAR.php';
Output.php, Function.php:
require_once('Cache/Lite.php');
require_once(dirname(__FILE__) . '/../Lite.php';