mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update modules.php
This commit is contained in:
@@ -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";
|
||||
*/
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user