Update and rename email_delete.php to email_log_delete.php
This commit is contained in:
parent
8e8e10d1ac
commit
378567487f
|
|
@ -17,16 +17,20 @@
|
|||
|
||||
The Initial Developer of the Original Code is
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
Copyright (C) 2008-2015
|
||||
Copyright (C) 2008-2019
|
||||
All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
|
||||
//includes
|
||||
include "root.php";
|
||||
require_once "resources/require.php";
|
||||
require_once "resources/check_auth.php";
|
||||
if (permission_exists('email_delete')) {
|
||||
|
||||
//check permissions
|
||||
if (permission_exists('email_log_delete')) {
|
||||
//access granted
|
||||
}
|
||||
else {
|
||||
Loading…
Reference in New Issue