By default FAX permissions remove user
- Reason for change is not everyone uses FAX - There is a fax group adding users to that group who need FAX maybe a better option. - There is still the option of assign the fax permissions to the user and then protect those permissions.
This commit is contained in:
@@ -30,7 +30,6 @@
|
||||
$apps[$x]['menu'][$y]['icon'] = "";
|
||||
$apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
|
||||
$apps[$x]['menu'][$y]['order'] = "";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "user";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
||||
$apps[$x]['menu'][$y]['groups'][] = "fax";
|
||||
|
||||
Reference in New Issue
Block a user