getRequest()->getParam("sharing_token") != Application_Model_Preference::getStationPodcastDownloadKey()) { $this->getResponse() ->setHttpResponseCode(401); return; } $this->view->layout()->disableLayout(); $this->_helper->viewRenderer->setNoRender(true); header('Content-Type: text/xml'); echo Application_Service_PodcastService::createStationRssFeed(); } }