Ticket #14730: ms-files.php.patch
File ms-files.php.patch, 185 bytes (added by , 14 years ago) |
---|
-
wp-includes/ms-files.php
79 79 } 80 80 81 81 // If we made it this far, just serve the file 82 ob_clean(); 83 flush(); 82 84 readfile( $file ); 85 flush(); 83 86 ?>