Update app_config.php

This commit is contained in:
FusionPBX 2017-02-15 23:24:29 -07:00 committed by GitHub
parent 245d342bcf
commit d068b132eb
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
$apps[$x]['description']['en-us'] = "Manage Tones";
//destination details
$y = 0;
$y=0;
$apps[$x]['destinations'][$y]['type'] = "sql";
$apps[$x]['destinations'][$y]['label'] = "tones";
$apps[$x]['destinations'][$y]['name'] = "tones";
@ -26,4 +26,4 @@
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "play tone_stream://\${destination}";
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
?>
?>