Update app_config.php

This commit is contained in:
FusionPBX 2017-01-12 22:39:43 -07:00 committed by GitHub
parent 1435ab44a1
commit f46643b9fa
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
//application details
$apps[$x]['name'] = "IVR Menu";
$apps[$x]['uuid'] = "a5788e9b-58bc-bd1b-df59-fff5d51253ab";
$apps[$x]['category'] = "Switch";;
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
$apps[$x]['version'] = "";
$apps[$x]['license'] = "Mozilla Public License 1.1";