]> source.dussan.org Git - nextcloud-server.git/commit
apps/bookmarks: use curl instead of file_get_contents
authorFlorian Pritz <bluewind@xinu.at>
Fri, 23 Sep 2011 10:49:14 +0000 (12:49 +0200)
committerFlorian Pritz <bluewind@xinu.at>
Sat, 24 Sep 2011 16:41:57 +0000 (18:41 +0200)
commitd7c165eb358411135647c93a47e3496477d1b4e5
treea26f62e388e5f43b36e86e252de0859667b8fb31
parent934b18405a7991eeb1e9ec7606f0d3c322c1482b
apps/bookmarks: use curl instead of file_get_contents

Don't depend on allow_url_fopen being enabled when we already use curl
elsewhere in the code.

Signed-off-by: Florian Pritz <bluewind@xinu.at>
apps/bookmarks/bookmarksHelper.php