This commit is contained in:
drigato 2015-09-29 13:04:22 -04:00
parent 43e9fb59ce
commit b00ac6750c
32 changed files with 10218 additions and 358 deletions

View file

@ -0,0 +1,14 @@
<?php
class FeedsController extends Zend_Controller_Action
{
public function stationRssAction()
{
$this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true);
header('Content-Type: text/xml');
echo Application_Service_PodcastService::createStationRssFeed();
}
}

View file

@ -119,7 +119,8 @@ class Zend_Controller_Plugin_Acl extends Zend_Controller_Plugin_Abstract
"upgrade",
'whmcs-login',
"provisioning",
"embed"
"embed",
"feeds"
)))
{
$this->setRoleName("G");