Update app_config.php

This commit is contained in:
FusionPBX
2017-02-15 22:20:16 -07:00
committed by GitHub
parent 07b15e7919
commit d5590c026d
+6 -6
View File
@@ -21,7 +21,7 @@
$apps[$x]['description']['pt-br'] = ""; $apps[$x]['description']['pt-br'] = "";
//destination details //destination details
$y = 0; $y=0;
$apps[$x]['destinations'][$y]['type'] = "sql"; $apps[$x]['destinations'][$y]['type'] = "sql";
$apps[$x]['destinations'][$y]['label'] = "destinations"; $apps[$x]['destinations'][$y]['label'] = "destinations";
$apps[$x]['destinations'][$y]['name'] = "destinations"; $apps[$x]['destinations'][$y]['name'] = "destinations";
@@ -37,7 +37,7 @@
$apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${description}"; $apps[$x]['destinations'][$y]['select_label'] = "\${destination} \${description}";
//permission details //permission details
$y = 0; $y=0;
$apps[$x]['permissions'][$y]['name'] = "destination_view"; $apps[$x]['permissions'][$y]['name'] = "destination_view";
$apps[$x]['permissions'][$y]['menu']['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba"; $apps[$x]['permissions'][$y]['menu']['uuid'] = "fd2a708a-ff03-c707-c19d-5a4194375eba";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin";
@@ -62,11 +62,11 @@
$apps[$x]['permissions'][$y]['groups'][] = 'superadmin'; $apps[$x]['permissions'][$y]['groups'][] = 'superadmin';
$y++; $y++;
//schema details //schema details
$y = 0; //table array index $y=0;
$z = 0; //field array index $apps[$x]['db'][$y]['table']['name'] = "v_destinations";
$apps[$x]['db'][$y]['table'] = "v_destinations"; $apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text";