Update app_config.php

This commit is contained in:
FusionPBX
2019-07-30 01:35:25 -06:00
committed by GitHub
parent d967d7be66
commit 8e77e780f5

View File

@@ -55,6 +55,9 @@
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
//cache details
$apps[$x]['cache']['key'] = "configuration:acl.conf";
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_access_controls";