KyranRana / cloudflare-bypass

A new and improved PHP library which bypasses the Cloudflare IUAM page using cURL
MIT License
275 stars 97 forks source link

fixing a bug related to missing cache_path #93

Closed sabloger closed 5 years ago

sabloger commented 5 years ago

fixing a bug related to missing cache_path in the passed config to the CFCore constructor. before this, when the client omits to set cache_path in the config array, the Storage cache handler tries to unlink the os's root files! issue link: https://github.com/KyranRana/cloudflare-bypass/issues/92

KyranRana commented 5 years ago

Thank you for the fix.