Quote:
Originally Posted by Boofo
Just tested it and the apostrophe problem is now fixed. 
|
Good!
Quote:
Originally Posted by Boofo
Is CURL actually better to use with this or the other way? I apparently have CURL installed on the server. Or is CURL only for remote file links?
|
I don't know which is better/faster/etc - some advisors recommend that allow_url_fopen() is turned off, because this improves overall site security, but as far as LDM is concerned, I'm not sure that it makes any difference.
cURL is only being used for remote file links and remote thumbnails. This includes local files and thumbnails if these are set up with a complete url rather than a relative filename. The code tries the fopen() route first before falling back onto cURL.