From f347114ca6898ad5ed110f3405fea240e013d7e2 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 19 Jan 2013 19:47:21 +0000 Subject: [PATCH] Adjust the voicemail permissions for better security. --- app/voicemails/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index 42271eae88..393bb5ab08 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -24,7 +24,7 @@ $apps[$x]['permissions'][$y]['name'] = 'voicemail_view'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'admin'; - $apps[$x]['permissions'][$y]['groups'][] = 'user'; + //$apps[$x]['permissions'][$y]['groups'][] = 'user'; $y++; $apps[$x]['permissions'][$y]['name'] = 'voicemail_add'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';