Ticket #5586: 5586.13.diff
File 5586.13.diff, 388 bytes (added by , 17 years ago) |
---|
-
wp-admin/includes/file.php
313 331 } 314 332 315 333 function get_filesystem_method() { 316 return 'ftpsockets';317 318 334 $tempFile = tempnam(get_temp_dir(), 'WPU'); 319 335 320 336 if ( getmyuid() == fileowner($tempFile) ) {