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