mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fax Queue is enabled if the service is enabled
That means this setting is no longer needed.
This commit is contained in:
@@ -86,12 +86,6 @@
|
||||
exit;
|
||||
}
|
||||
|
||||
//fax queue enabled
|
||||
if ($_SESSION['fax_queue']['enabled']['boolean'] != 'true') {
|
||||
echo "FAX Queue is disabled in Default Settings\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
//make sure the /var/run/fusionpbx directory exists
|
||||
if (!file_exists('/var/run/fusionpbx')) {
|
||||
$result = mkdir('/var/run/fusionpbx', 0777, true);
|
||||
|
||||
Reference in New Issue
Block a user