diff --git a/app/xml_cdr/xml_cdr_statistics.php b/app/xml_cdr/xml_cdr_statistics.php index 0b851cd3e6..7603b98492 100644 --- a/app/xml_cdr/xml_cdr_statistics.php +++ b/app/xml_cdr/xml_cdr_statistics.php @@ -17,19 +17,20 @@ The Initial Developer of the Original Code is Mark J Crane - Portions created by the Initial Developer are Copyright (C) 2008-2018 + Portions created by the Initial Developer are Copyright (C) 2008-2019 the Initial Developer. All Rights Reserved. Contributor(s): Mark J Crane */ + //includes require_once "root.php"; require_once "resources/require.php"; require_once "resources/check_auth.php"; //check permissions - if (permission_exists('xml_cdr_view')) { + if (permission_exists('xml_cdr_statistics')) { //access granted } else { @@ -333,4 +334,4 @@ //show the footer require_once "resources/footer.php"; -?> \ No newline at end of file +?>