Update app_config.php

This commit is contained in:
FusionPBX
2018-12-05 19:57:11 -07:00
committed by GitHub
parent 2364c8c93d
commit f5ce4d63c5
+2
View File
@@ -1,4 +1,5 @@
<?php <?php
//application details //application details
$apps[$x]['name'] = "Fanvil"; $apps[$x]['name'] = "Fanvil";
$apps[$x]['uuid'] = "c4e85f9c-f7df-47b4-921e-de0ff356eee4"; $apps[$x]['uuid'] = "c4e85f9c-f7df-47b4-921e-de0ff356eee4";
@@ -26,6 +27,7 @@
$apps[$x]['description']['ru-ru'] = ""; $apps[$x]['description']['ru-ru'] = "";
$apps[$x]['description']['sv-se'] = ""; $apps[$x]['description']['sv-se'] = "";
$apps[$x]['description']['uk-ua'] = ""; $apps[$x]['description']['uk-ua'] = "";
//default settings //default settings
$y=0; $y=0;
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bc2fe268-a8a8-4a92-8096-86ab3c55a644"; $apps[$x]['default_settings'][$y]['default_setting_uuid'] = "bc2fe268-a8a8-4a92-8096-86ab3c55a644";