Update app_config.php

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

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";