Make the export page use the new xml_cdr_export permission.
This commit is contained in:
parent
b9c6f56554
commit
95d3684cd1
|
|
@ -30,7 +30,7 @@
|
|||
require_once "resources/check_auth.php";
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('xml_cdr_view')) {
|
||||
if (permission_exists('xml_cdr_export')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
@ -316,4 +316,4 @@
|
|||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue