This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/bundled-libs/Cache/BUNDLE_NOTICE
T

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';