X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fwebchord.cgi;fp=web%2Fwebchord.cgi;h=15a318667775e8459d0da66c6b1f2394e481b6c1;hb=6ccc008640029eca058691a3ee1a1dcce508e291;hp=1094cc45fa3e95adea4d3d97177fffd549e8614c;hpb=37206d2be9678f389ce3b17adda576de9a380cc1;p=songbook.git diff --git a/web/webchord.cgi b/web/webchord.cgi index 1094cc4..15a3186 100755 --- a/web/webchord.cgi +++ b/web/webchord.cgi @@ -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');