Make WordPress Core

Changeset 9833


Ignore:
Timestamp:
11/21/2008 05:59:15 PM (18 years ago)
Author:
westi
Message:

Switch the ftpext filesystem to use Passive FTP aswell. Fixes #7940 props mcs_trekkie.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-filesystem-ftpext.php

    r8990 r9833  
    8080                        return false;
    8181                }
    82 
     82               
     83                //Set the Connection to use Passive FTP
     84                @ftp_pasv( $this->link, true );
     85               
    8386                return true;
    8487        }
Note: See TracChangeset for help on using the changeset viewer.