Moved lists back to same folder as songs.
[songbook.git] / web / displayset.php
index eee3770..6ca458f 100644 (file)
@@ -37,7 +37,7 @@ print "<ol>";
 
 $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;