SAAS-812: Remove live chat from radio page
This commit is contained in:
parent
2d577dbcb0
commit
a74a161936
|
@ -194,12 +194,12 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
||||||
}
|
}
|
||||||
|
|
||||||
$view->headScript()->appendScript("var userType = '$userType';");
|
$view->headScript()->appendScript("var userType = '$userType';");
|
||||||
|
|
||||||
if (array_key_exists('REQUEST_URI', $_SERVER)) { //Doesn't exist for unit tests
|
if (array_key_exists('REQUEST_URI', $_SERVER)) { //Doesn't exist for unit tests
|
||||||
if (strpos($_SERVER['REQUEST_URI'], $baseUrl . 'Dashboard/stream-player') === false
|
if (strpos($_SERVER['REQUEST_URI'], $baseUrl . 'Dashboard/stream-player') === false
|
||||||
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/audio-preview') === false
|
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/audio-preview') === false
|
||||||
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/playlist-preview') === false
|
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/playlist-preview') === false
|
||||||
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/block-preview') === false
|
&& strpos($_SERVER['REQUEST_URI'], $baseUrl . 'audiopreview/block-preview') === false
|
||||||
|
&& $_SERVER['REQUEST_URI'] != "/"
|
||||||
) {
|
) {
|
||||||
$plan_level = strval(Application_Model_Preference::GetPlanLevel());
|
$plan_level = strval(Application_Model_Preference::GetPlanLevel());
|
||||||
// Since the Hobbyist plan doesn't come with Live Chat support, don't enable it
|
// Since the Hobbyist plan doesn't come with Live Chat support, don't enable it
|
||||||
|
|
Loading…
Reference in New Issue