Update modules.php

This commit is contained in:
FusionPBX
2019-09-03 08:03:26 -06:00
committed by GitHub
parent 698b18a63a
commit 12a3ca6877

View File

@@ -600,8 +600,8 @@ class modules {
$mod['module_label'] = 'Translate';
$mod['module_category'] = 'Applications';
$mod['module_description'] = 'format numbers into a specified format.';
$mod['module_enabled'] = 'true';
$mod['module_default_enabled'] = 'true';
$mod['module_enabled'] = 'false';
$mod['module_default_enabled'] = 'false';
break;
case "mod_xml_cdr":
$mod['module_label'] = 'XML CDR';
@@ -814,4 +814,4 @@ echo $mod->dir."\n";
//echo "</pre>\n";
*/
?>
?>