Skip to content

Commit 20e5d4d

Browse files
Add *.wav, *.m3u, *.pls and *.asx to listed files.
1 parent 447b12a commit 20e5d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copy to server/eSP32.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
echo '<div id="uplink">'.UPFOLDER_ICON.'</div>';
2525
}
2626

27-
$validFiles="*.{[Mm][Pp]3,[Aa][Aa][Cc]}";
27+
$validFiles="*.{[Mm][Pp]3,[Aa][Aa][Cc],[Ww][Aa][Vv],[Mm]3[Uu],[Pp][Ll][Ss],[Aa][Ss][Xx]}";
2828

2929
foreach(glob($path."*",GLOB_ONLYDIR)as$filename){
3030
echo '<div class="folderlink">';

0 commit comments

Comments
 (0)