# #-----[ OPEN ]------------------------------------------ # wp-config.php # #-----[ FIND ]------------------------------------------ # define('WPLANG', ''); # #-----[ AFTER, ADD ]------------------------------------ # define('FS_METHOD', 'ssh2'); # #-----[ OPEN ]------------------------------------------ # wp-admin/includes/file.php # #-----[ FIND ]------------------------------------------ # if ( ! $method && isset($args['connection_type']) && 'ssh' == $args['connection_type'] && extension_loaded('ssh2') && function_exists('stream_get_contents') ) $method = 'ssh2'; # #-----[ REPLACE WITH ]---------------------------------- # if ( ! $method && isset($args['connection_type']) && 'ssh' == $args['connection_type'] && function_exists('stream_get_contents') ) $method = 'ssh2'; # #-----[ FIND ]------------------------------------------ # ( 'ssh' == $credentials['connection_type'] && !empty($credentials['public_key']) && !empty($credentials['private_key']) ) # #-----[ REPLACE WITH ]---------------------------------- # ( 'ssh' == $credentials['connection_type'] && !empty($credentials['private_key']) ) # #-----[ FIND ]------------------------------------------ # if ( extension_loaded('ssh2') && function_exists('stream_get_contents') ) # #-----[ REPLACE WITH ]---------------------------------- # if ( function_exists('stream_get_contents') ) # #-----[ FIND ]------------------------------------------ #


size="40" />
size="40" />
# #-----[ REPLACE WITH ]---------------------------------- #