|
@@ -883,7 +883,7 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
|
$tmp[$x]['subcategory'] = 'time_zone';
|
|
$tmp[$x]['subcategory'] = 'time_zone';
|
|
$tmp[$x]['enabled'] = 'true';
|
|
$tmp[$x]['enabled'] = 'true';
|
|
$x++;
|
|
$x++;
|
|
- $tmp[$x]['name'] = 'code';
|
|
|
|
|
|
+ $tmp[$x]['name'] = 'code';
|
|
$tmp[$x]['value'] = 'en-us';
|
|
$tmp[$x]['value'] = 'en-us';
|
|
$tmp[$x]['category'] = 'domain';
|
|
$tmp[$x]['category'] = 'domain';
|
|
$tmp[$x]['subcategory'] = 'language';
|
|
$tmp[$x]['subcategory'] = 'language';
|
|
@@ -953,19 +953,19 @@ if ($_POST["install_step"] == "3" && count($_POST) > 0 && strlen($_POST["persist
|
|
$tmp[$x]['value'] = $switch_extensions_dir;
|
|
$tmp[$x]['value'] = $switch_extensions_dir;
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['subcategory'] = 'extensions';
|
|
$tmp[$x]['subcategory'] = 'extensions';
|
|
- $tmp[$x]['enabled'] = 'true';
|
|
|
|
|
|
+ $tmp[$x]['enabled'] = 'false';
|
|
$x++;
|
|
$x++;
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['value'] = $switch_sip_profiles_dir;
|
|
$tmp[$x]['value'] = $switch_sip_profiles_dir;
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['subcategory'] = 'sip_profiles';
|
|
$tmp[$x]['subcategory'] = 'sip_profiles';
|
|
- $tmp[$x]['enabled'] = 'true';
|
|
|
|
|
|
+ $tmp[$x]['enabled'] = 'false';
|
|
$x++;
|
|
$x++;
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['value'] = $switch_dialplan_dir;
|
|
$tmp[$x]['value'] = $switch_dialplan_dir;
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['category'] = 'switch';
|
|
$tmp[$x]['subcategory'] = 'dialplan';
|
|
$tmp[$x]['subcategory'] = 'dialplan';
|
|
- $tmp[$x]['enabled'] = 'true';
|
|
|
|
|
|
+ $tmp[$x]['enabled'] = 'false';
|
|
$x++;
|
|
$x++;
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['name'] = 'dir';
|
|
$tmp[$x]['value'] = $switch_mod_dir;
|
|
$tmp[$x]['value'] = $switch_mod_dir;
|