mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
If Remote Inbox Subject Tag is not set then check the local fax files.
This commit is contained in:
@@ -152,7 +152,7 @@ require_once "resources/paging.php";
|
||||
echo " <a href='fax_send.php?id=".$row['fax_uuid']."'>".$text['label-new']."</a> ";
|
||||
}
|
||||
if (permission_exists('fax_inbox_view')) {
|
||||
if ($row['fax_email_connection_host'] != '') {
|
||||
if ($row['fax_email_inbound_subject_tag'] != '') {
|
||||
$file = "fax_files_remote.php";
|
||||
$box = $row['fax_email_connection_mailbox'];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user