Merge branch 'saas' of github.com:sourcefabric/Airtime into saas
This commit is contained in:
commit
74b403897d
3 changed files with 62 additions and 9 deletions
|
@ -4,11 +4,12 @@ class SystemstatusController extends Zend_Controller_Action
|
|||
{
|
||||
public function init()
|
||||
{
|
||||
/* Disable this on Airtime pro since we're not using Media Monitor/Monit
|
||||
|
||||
$CC_CONFIG = Config::getConfig();
|
||||
|
||||
$baseUrl = Application_Common_OsPath::getBaseDir();
|
||||
|
||||
$this->view->headScript()->appendFile($baseUrl.'js/airtime/status/status.js?'.$CC_CONFIG['airtime_version'],'text/javascript');
|
||||
*/
|
||||
}
|
||||
|
||||
public function indexAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue