Update app_config.php
This commit is contained in:
@@ -22,7 +22,7 @@
|
|||||||
$apps[$x]['description']['nl-nl'] = "";
|
$apps[$x]['description']['nl-nl'] = "";
|
||||||
$apps[$x]['description']['pl-pl'] = "";
|
$apps[$x]['description']['pl-pl'] = "";
|
||||||
$apps[$x]['description']['pt-br'] = "";
|
$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']['ro-ro'] = "";
|
||||||
$apps[$x]['description']['ru-ru'] = "Прямые вызовы на основании времени суток.";
|
$apps[$x]['description']['ru-ru'] = "Прямые вызовы на основании времени суток.";
|
||||||
$apps[$x]['description']['sv-se'] = "";
|
$apps[$x]['description']['sv-se'] = "";
|
||||||
@@ -65,6 +65,9 @@
|
|||||||
$y++;
|
$y++;
|
||||||
$apps[$x]['permissions'][$y]['name'] = "time_condition_domain";
|
$apps[$x]['permissions'][$y]['name'] = "time_condition_domain";
|
||||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
$y++;
|
||||||
|
$apps[$x]['permissions'][$y]['name'] = "time_condition_context";
|
||||||
|
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||||
|
|
||||||
//default settings
|
//default settings
|
||||||
$y=0;
|
$y=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user