diff options
Diffstat (limited to 'rss.php')
-rw-r--r-- | rss.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,6 +28,7 @@ if (!conf('use_rss') || conf('demo_mode')) { access_denied(); } -show_now_playingRSS($_REQUEST['username']); +#show_now_playingRSS($_REQUEST['username']); +show_RSS($_REQUEST['type']); ?> |