Call Flows - List: Minor consistency mods.

This commit is contained in:
Nate 2020-02-15 11:24:12 -07:00
parent 76d97806a2
commit 8bd11af55f
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
Mark J Crane <markjcrane@fusionpbx.com>
Portions created by the Initial Developer are Copyright (C) 2008-2019
Portions created by the Initial Developer are Copyright (C) 2008-2020
the Initial Developer. All Rights Reserved.
Contributor(s):
@ -28,9 +28,9 @@
require_once "root.php";
require_once "resources/require.php";
require_once "resources/paging.php";
require_once "resources/check_auth.php";
//check permissions
require_once "resources/check_auth.php";
if (permission_exists('call_flow_view')) {
//access granted
}