Update domain_setting_edit.php
This commit is contained in:
parent
b16c4d578c
commit
5cefa69add
|
|
@ -167,6 +167,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
$array['dialplan_details'][0]['dialplan_detail_type'] = 'set';
|
||||
$array['dialplan_details'][0]['dialplan_detail_data'] = 'timezone='.$domain_setting_value;
|
||||
$array['dialplan_details'][0]['dialplan_detail_inline'] = 'true';
|
||||
$array['dialplan_details'][0]['dialplan_detail_order'] = '20';
|
||||
$array['dialplan_details'][0]['dialplan_detail_group'] = '0';
|
||||
$p->add('dialplan_detail_add', 'temp');
|
||||
}
|
||||
|
|
@ -798,4 +799,4 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
|||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue