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