Update app_config.php

This commit is contained in:
FusionPBX
2017-11-21 20:16:00 -07:00
committed by GitHub
parent 13e11fefba
commit 4c3b1a6079

View File

@@ -232,7 +232,7 @@
$apps[$x]['default_settings'][$y]['default_setting_category'] = "fax";
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "resolution";
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "normal";
$apps[$x]['default_settings'][$y]['default_setting_value'] = "fine";
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Set the default transmission quality of new faxes.";
$y++;
@@ -773,4 +773,4 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
?>
?>