Add. Web UI to configure fax_queue.

This commit is contained in:
Alexey Melnichuk
2015-11-18 15:37:41 +03:00
parent 9761699ae7
commit 17f435fb22
5 changed files with 264 additions and 22 deletions
+1
View File
@@ -74,6 +74,7 @@ if (sizeof($result) != 0) {
$fax_email_connection_mailbox = $row["fax_email_connection_mailbox"];
$fax_email_outbound_subject_tag = $row["fax_email_outbound_subject_tag"];
$fax_email_outbound_authorized_senders = $row["fax_email_outbound_authorized_senders"];
$fax_send_greeting = $row["fax_send_greeting"];
//load default settings, then domain settings over top
unset($_SESSION);