diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index 9c5854826d..1fe6e68f52 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -90,10 +90,8 @@ $apps[$x]['permissions'][$y]['groups'][] = "user"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_session_view"; - $apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; - $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; - $apps[$x]['permissions'][$y]['groups'][] = "admin"; - $apps[$x]['permissions'][$y]['groups'][] = "user"; + //$apps[$x]['permissions'][$y]['menu']['uuid'] = "95f88726-4706-43f0-b52b-9504a0b8046f"; + //$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $y++; $apps[$x]['permissions'][$y]['name'] = "conference_session_play"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; @@ -521,4 +519,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; -?> \ No newline at end of file +?>