Update user_imports.php

This commit is contained in:
FusionPBX
2018-09-28 10:55:20 -06:00
committed by GitHub
parent 86627fc968
commit 010910712a

View File

@@ -30,7 +30,7 @@
require_once "resources/check_auth.php";
//check permissions
if (permission_exists('user_add')) {
if (permission_exists('user_import')) {
//access granted
}
else {