Update dialplan_inbound_add.php
This commit is contained in:
parent
25b0854acc
commit
3ff08a1e7e
|
|
@ -413,7 +413,7 @@
|
||||||
|
|
||||||
//redirect message
|
//redirect message
|
||||||
messages::add($text['confirm-update-complete']);
|
messages::add($text['confirm-update-complete']);
|
||||||
header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4");
|
header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php?app_uuid=c03b422e-13a8-bd1b-e42b-b6b9b4d27ce4");
|
||||||
return;
|
return;
|
||||||
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)
|
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue