Renamed Songs -> Andrew
[songbook.git] / web / webchord.cgi
index 1094cc4..15a3186 100755 (executable)
@@ -27,7 +27,7 @@ my $debug        = param ('debug');
 my $infile       = param ('chordpro');
 
 unless (-f $infile) {
-  $infile = '/opt/songbook/Songs/' . $infile;
+  $infile = '/opt/songbook/Andrew/' . $infile;
 
   unless (-f $infile) {
     $infile = '/web/xmas/' . param ('chordpro');