Update modules.php

This commit is contained in:
FusionPBX 2019-09-03 08:03:26 -06:00 committed by GitHub
parent 3d983c1b55
commit 27a7f6e9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

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";
*/
?>
?>