From 5855108e9b413c69b95dcd68972cac7f4f01f4cc Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 12 Mar 2015 21:43:41 +0100 Subject: drop any fallback code related to curl - refs https://github.com/owncloud/core/pull/14838#issuecomment-78586447 --- apps/files_external/lib/amazons3.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/files_external/lib/amazons3.php') diff --git a/apps/files_external/lib/amazons3.php b/apps/files_external/lib/amazons3.php index 4d94e3561f8..73345d30893 100644 --- a/apps/files_external/lib/amazons3.php +++ b/apps/files_external/lib/amazons3.php @@ -627,11 +627,7 @@ class AmazonS3 extends \OC\Files\Storage\Common { * check if curl is installed */ public static function checkDependencies() { - if (function_exists('curl_init')) { - return true; - } else { - return array('curl'); - } + return true; } } -- cgit v1.2.3