Make the export page use the new xml_cdr_export permission.
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
require_once "resources/check_auth.php";
|
require_once "resources/check_auth.php";
|
||||||
|
|
||||||
//check permissions
|
//check permissions
|
||||||
if (permission_exists('xml_cdr_view')) {
|
if (permission_exists('xml_cdr_export')) {
|
||||||
//access granted
|
//access granted
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|||||||
Reference in New Issue
Block a user