Update app_config.php
This commit is contained in:
parent
e61868a4ec
commit
c22d03e33f
|
|
@ -198,6 +198,7 @@
|
|||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_copy";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "admin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "extension_export";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
|
|
|
|||
Loading…
Reference in New Issue