X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=songbook%2Fsearch.php;h=41f2581b1a34dd315465cffbc0b9378d55ef4f7a;hb=9ed7209cfd57660436721ff5bf60d58e62ede295;hp=840fdb0b050574661e5f56e8eb2ad8110cc3c6be;hpb=3e2c53c2819acc0b85a8e9c422542fbe3c13fe9d;p=clearscm.git diff --git a/songbook/search.php b/songbook/search.php deleted file mode 100644 index 840fdb0..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