X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=web%2Fwebchord.cgi;h=15a318667775e8459d0da66c6b1f2394e481b6c1;hb=609f658052400b75bbeba7c63a667692f3011c35;hp=47c5255815f2df996c84c32d1841ba22805ac927;hpb=14ad2485f77e44566ebc155fe6a8fac85dbc2c94;p=songbook.git diff --git a/web/webchord.cgi b/web/webchord.cgi index 47c5255..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'); @@ -75,7 +75,7 @@ sub musicFileExists ($) { debug "ENTER musicFileExists ($song)"; my $title = fileparse ($song, qr/\.pro/); - my $musicfile = "/opt/songbook/Media/$title.mp3"; + my $musicfile = "/opt/media/$title.mp3"; if (-r $musicfile) { debug "Exists!";