diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-09 05:24:08 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-04-09 05:24:08 +0000 |
commit | 79a890b7bf7bd9b31e6879c64d5651cef02975f3 (patch) | |
tree | 1b675839bf9f2de56f6adcb8c2067c354ecaf1ca /templates/show_localplay.inc.php | |
parent | 7b1e57d0ccdda52881645f7c16f42ceb5da15881 (diff) | |
download | ampache-79a890b7bf7bd9b31e6879c64d5651cef02975f3.tar.gz ampache-79a890b7bf7bd9b31e6879c64d5651cef02975f3.tar.bz2 ampache-79a890b7bf7bd9b31e6879c64d5651cef02975f3.zip |
updated localplay buttons again as well as mpd controller updates from sigger
Diffstat (limited to 'templates/show_localplay.inc.php')
-rw-r--r-- | templates/show_localplay.inc.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/templates/show_localplay.inc.php b/templates/show_localplay.inc.php new file mode 100644 index 00000000..ece7ecde --- /dev/null +++ b/templates/show_localplay.inc.php @@ -0,0 +1,25 @@ +<?php +/* + + Copyright (c) 2001 - 2006 Ampache.org + All rights reserved. + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +*/ + +$web_path = conf('web_path'); + +?> |