Update voicemail_option_delete.php
This commit is contained in:
parent
be0f45e60a
commit
12b2f0e81c
|
|
@ -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) 2008-2012
|
||||
Portions created by the Initial Developer are Copyright (C) 2008-2018
|
||||
the Initial Developer. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
|
||||
//includes
|
||||
require_once "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
if (permission_exists('voicemail_delete')) {
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('voicemail_option_edit')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue