Changes between Initial Version and Version 1 of Ticket #49403, comment 4
- Timestamp:
- 02/17/2020 03:14:37 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49403, comment 4
initial v1 26 26 }}} 27 27 28 Test $wp_file_owner === $temp_file_owner will obviously fail because created file will be owned by www-data and __FILE__ will be owned by user. This is a common configuration and definitely not a reason to require FTP permissions.28 Test $wp_file_owner === $temp_file_owner will obviously fail because created file will be owned by www-data and __FILE__ will be owned by user. This is a common configuration and definitely not a reason to fallback to FTP.