1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-03 01:39:28 +02:00

added the recently played back in

This commit is contained in:
Karl 'vollmerk' Vollmer 2008-12-07 15:03:33 +00:00
parent 07f8ef395a
commit c99a5d58cf
3 changed files with 76 additions and 6 deletions

View file

@ -34,6 +34,4 @@ header("Content-Type: application/xml; charset=" . Config::get('site_charset'));
$rss = new AmpacheRSS($_REQUEST['type']);
echo $rss->get_xml();
//show_RSS($_REQUEST['type'],$_REQUEST['username']);
?>