Update app_config.php
This commit is contained in:
parent
d967d7be66
commit
8e77e780f5
|
|
@ -55,6 +55,9 @@
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
$y++;
|
$y++;
|
||||||
|
|
||||||
|
//cache details
|
||||||
|
$apps[$x]['cache']['key'] = "configuration:acl.conf";
|
||||||
|
|
||||||
//schema details
|
//schema details
|
||||||
$y=0;
|
$y=0;
|
||||||
$apps[$x]['db'][$y]['table']['name'] = "v_access_controls";
|
$apps[$x]['db'][$y]['table']['name'] = "v_access_controls";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue