diff options
author | pb1dft <pb1dft@ampache> | 2006-10-27 03:54:53 +0000 |
---|---|---|
committer | pb1dft <pb1dft@ampache> | 2006-10-27 03:54:53 +0000 |
commit | d6e50fd701008d2b8cfa5ecb827ae0880c91b500 (patch) | |
tree | f12837dd5edae5be950ede7a0f8348c6cd38a671 /rss.php | |
parent | bafe4061a549b3c792ce4c327bc0acf98952cec4 (diff) | |
download | ampache-d6e50fd701008d2b8cfa5ecb827ae0880c91b500.tar.gz ampache-d6e50fd701008d2b8cfa5ecb827ae0880c91b500.tar.bz2 ampache-d6e50fd701008d2b8cfa5ecb827ae0880c91b500.zip |
Reworked RSS and fixed mail statistics
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']); ?> |