Depreatace OC_Util::getUrlContent
It is just a wrapper and the other functions are deprecated already
This commit is contained in:
parent
be8d0a08ec
commit
9866066d3e
|
@ -1234,6 +1234,7 @@ class OC_Util {
|
|||
* @return string of the response or false on error
|
||||
* This function get the content of a page via curl, if curl is enabled.
|
||||
* If not, file_get_contents is used.
|
||||
* @deprecated Use \OCP\Http\Client\IClientService
|
||||
*/
|
||||
public static function getUrlContent($url) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue