Update app_config.php
This commit is contained in:
parent
0cee42404f
commit
500e4fecf7
|
|
@ -66,6 +66,9 @@
|
|||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "gateway_all";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "gateway_channels";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
||||
//default settings
|
||||
$y = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue