- Timestamp:
- 06/12/2015 06:30:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r32654 r32726 194 194 */ 195 195 public function cwd() { 196 $cwd = $this->run_command('pwd');196 $cwd = ssh2_sftp_realpath( $this->sftp_link, '.' ); 197 197 if ( $cwd ) { 198 198 $cwd = trailingslashit( trim( $cwd ) );
Note: See TracChangeset
for help on using the changeset viewer.