FeedCache
FeedCache copied to clipboard
Updated FeedCache.php to allow for the use of a custom local path.
The ROOT constant is unique to CakePHP as far as I am aware. In any case this will allow you to set the local cache file to a path of your choosing.
Leaving ROOT in place was an error on my part. It was defined in a different script on my project. I replaced it with $_SERVER['DOCUMENT_ROOT']