Changeset 57591 for trunk/src/wp-admin/includes/class-ftp.php
- Timestamp:
- 02/12/2024 12:05:44 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r55988 r57591 484 484 return FALSE; 485 485 } 486 if(!$this->_exec("REST ".$from, "res ore")) return FALSE;486 if(!$this->_exec("REST ".$from, "restore")) return FALSE; 487 487 if(!$this->_checkCode()) return FALSE; 488 488 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.