Update app_config.php

This commit is contained in:
FusionPBX 2017-03-27 15:01:02 -06:00 committed by GitHub
parent af5e2ea9dd
commit 9ad5dc58e1
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "limit_max";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "limit_destination";