Update app_config.php

This commit is contained in:
FusionPBX 2019-04-29 13:03:42 -06:00 committed by GitHub
parent 4626d8234e
commit c0fe12cb9e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the number.";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "destination_prefix";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "destination_prefix";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the prefix.";
$z++;