mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update email_logs.php
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
$order = ($_GET["order"] != '') ? $_GET["order"] : 'desc';
|
$order = ($_GET["order"] != '') ? $_GET["order"] : 'desc';
|
||||||
|
|
||||||
//download email
|
//download email
|
||||||
if ($_REQUEST['a'] == 'download' && permission_exists('email_download')) {
|
if ($_REQUEST['a'] == 'download' && permission_exists('email_log_download')) {
|
||||||
$email_log_uuid = check_str($_REQUEST["id"]);
|
$email_log_uuid = check_str($_REQUEST["id"]);
|
||||||
|
|
||||||
$msg_found = false;
|
$msg_found = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user