diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php deleted file mode 100644 index cb833bea..00000000 --- a/modules/plugins/Lastfm.plugin.php +++ /dev/null @@ -1,77 +0,0 @@ - diff --git a/play/index.php b/play/index.php index 581b3ce6..1e6d9fd4 100644 --- a/play/index.php +++ b/play/index.php @@ -192,7 +192,7 @@ else { // Send file, possible at a byte offset -$fp = @fopen($song->file, 'r'); +$fp = @fopen($song->file, 'rb'); if (!is_resource($fp)) { debug_event('file_read_error',"Error: Unable to open $song->file for reading",'2');