Skip to content

Commit

Permalink
Fixed a typo bug in the php script.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Dec 16, 2021
1 parent 2996ab8 commit 171fe9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copy to server/eSP32_vs1053.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
echo '<div id="uplink">'.UPFOLDER_ICON.'</div>';
}

$validFiles="*.{[Mm][Pp]3,[Aa][Aa][Cc],[[Oo][Gg][Gg],[Pp][Ll][Ss],[Mm]3[Uu]}";
$validFiles="*.{[Mm][Pp]3,[Aa][Aa][Cc],[Oo][Gg][Gg],[Pp][Ll][Ss],[Mm]3[Uu]}";

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

0 comments on commit 171fe9c

Please sign in to comment.