Fax Queue is enabled if the service is enabled

That means this setting is no longer needed.
This commit is contained in:
FusionPBX
2023-05-19 09:48:52 -06:00
committed by GitHub
parent 62b95fa690
commit 8649db18d8

View File

@@ -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);