diff options
Diffstat (limited to 'rss.php')
-rw-r--r-- | rss.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,9 +30,9 @@ if (!Config::get('use_rss') || Config::get('demo_mode')) { } // Add in our base hearder defining the content type -header("Content-Type: application/xml; charset=" . Config::get('site_charset')); +header("Content-Type: application/xml; charset=" . Config::get('site_charset')); -$rss = new AmpacheRSS($_REQUEST['type']); -echo $rss->get_xml(); +$rss = new AmpacheRSS($_REQUEST['type']); +echo $rss->get_xml(); ?> |