Add a new fax user group

This commit is contained in:
markjcrane
2023-05-22 10:45:01 -06:00
parent 54ce2b15c8
commit c045bb4705
5 changed files with 29 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
$apps[$x]['menu'][$y]['groups'][] = "user";
$apps[$x]['menu'][$y]['groups'][] = "admin";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
$apps[$x]['menu'][$y]['groups'][] = "fax";
$y++;
?>