FeedCache icon indicating copy to clipboard operation
FeedCache copied to clipboard

Updated FeedCache.php to allow for the use of a custom local path.

Open jwd83 opened this issue 11 years ago • 1 comments

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.

jwd83 avatar Aug 23 '13 20:08 jwd83

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

erunyon avatar Feb 11 '14 11:02 erunyon