X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fsearch.php;h=41f2581b1a34dd315465cffbc0b9378d55ef4f7a;hb=bb61b065080a4fa71b34da451a612461339656bb;hp=edd23f21161b712aca3ae49b7746543025e1e001;hpb=3f54436636ddcf8e6a903183da1163082ccaedbf;p=clearscm.git diff --git a/songbook/search.php b/songbook/search.php deleted file mode 100644 index edd23f2..0000000 --- a/songbook/search.php +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - Songbook" Artist - - - - - - - - - -
-Home -

Andrew DeFaria's Songbook

- -

-
- -
- - 0) { - print "
    "; -} // if - -foreach ($songmatches as $songmatch) { - $artist = getArtist ($songmatch); - $title = basename ($songmatch, ".pro"); - print "
  1. $title"; - print " ($artist)
  2. "; -} // foreach - -if (count ($songmatches) > 0) { - print "
"; -} // if -?> - -
- - - diff --git a/songbook/search.php b/songbook/search.php new file mode 120000 index 0000000..41f2581 --- /dev/null +++ b/songbook/search.php @@ -0,0 +1 @@ +/web/php/songbook/search.php \ No newline at end of file