Update ring_groups.php
This commit is contained in:
parent
2cccf833c3
commit
6f59f766d3
|
|
@ -17,16 +17,20 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Portions created by the Initial Developer are Copyright (C) 2010-2013
|
||||
Portions created by the Initial Developer are Copyright (C) 2010-2016
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
James Rose <james.o.rose@gmail.com>
|
||||
*/
|
||||
|
||||
//includes
|
||||
require_once "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('ring_group_view')) {
|
||||
//access granted
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue