equal
deleted
inserted
replaced
2 |
2 |
3 /** |
3 /** |
4 * Playlist displayer |
4 * Playlist displayer |
5 * |
5 * |
6 * Web control interface script for Amarok |
6 * Web control interface script for Amarok |
7 * Written by Dan Fuhry - 2008 |
7 * Copyright (C) 2008 Dan Fuhry |
8 * |
8 * |
9 * This script is in the public domain. Use it for good, not evil. |
9 * This program is Free Software; you can redistribute and/or modify it under the terms of the GNU General Public License |
|
10 * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
|
11 * |
|
12 * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied |
|
13 * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details. |
10 */ |
14 */ |
11 |
15 |
12 function amarok_playlist($server) |
16 function amarok_playlist($server) |
13 { |
17 { |
14 global $theme, $playlist, $allowcontrol; |
18 global $theme, $playlist, $allowcontrol; |