summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 810bd1673..bfbdc285c 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1720,7 +1720,7 @@ function system_filetransfer_backends() {
$backends = array();
// This is the default, will be available on most systems.
- if (function_exists('ftp_connect') || ini_get('allow_url_fopen')) {
+ if (function_exists('ftp_connect')) {
$backends['ftp'] = array(
'title' => t('FTP'),
'class' => 'FileTransferFTP',