X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fdisplayset.php;h=6ca458f075e10b74cdc4f40fc409793cb3b1809a;hb=2f57b9969bf4a8a356587f2f38ae1b0c4ad2ede5;hp=eee37702f49281cd8a639d280c9153fa64449fbd;hpb=b66990e2c6a579429e165707664031315a512eac;p=songbook.git diff --git a/web/displayset.php b/web/displayset.php index eee3770..6ca458f 100644 --- a/web/displayset.php +++ b/web/displayset.php @@ -37,7 +37,7 @@ print "
    "; $firstLine = true; -foreach (file("$songDir/Lists/$set") as $line) { +foreach (file("$songDir/$set") as $line) { // Skip first line which is merely the set name again if ($firstLine) { $firstLine = false;