Update app_config.php

This commit is contained in:
FusionPBX 2019-02-23 17:06:09 -07:00 committed by GitHub
parent 996d1a2251
commit 59e61a7f59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@
$apps[$x]['description']['nl-nl'] = "";
$apps[$x]['description']['pl-pl'] = "";
$apps[$x]['description']['pt-br'] = "";
$apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia.";
$apps[$x]['description']['pt-pt'] = "Chamada directa com base na hora do dia.";
$apps[$x]['description']['ro-ro'] = "";
$apps[$x]['description']['ru-ru'] = "Прямые вызовы на основании времени суток.";
$apps[$x]['description']['sv-se'] = "";
@ -65,6 +65,9 @@
$y++;
$apps[$x]['permissions'][$y]['name'] = "time_condition_domain";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
$y++;
$apps[$x]['permissions'][$y]['name'] = "time_condition_context";
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
//default settings
$y=0;