Changeset 62059
- Timestamp:
- 03/19/2026 09:30:41 AM (9 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-ftp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-ftp.php
r59846 r62059 159 159 $this->OS_local=FTP_OS_Unix; 160 160 $this->OS_remote=FTP_OS_Unix; 161 $this->features=array();162 161 if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') $this->OS_local=FTP_OS_Windows; 163 162 elseif(strtoupper(substr(PHP_OS, 0, 3)) === 'MAC') $this->OS_local=FTP_OS_Mac;
Note: See TracChangeset
for help on using the changeset viewer.