Update dialplan_outbound_add.php

This commit is contained in:
FusionPBX 2017-09-24 10:12:18 -06:00 committed by GitHub
parent e783815868
commit ed791c0cbf
1 changed files with 1 additions and 2 deletions

View File

@ -629,7 +629,7 @@
//redirect the browser //redirect the browser
messages::add($text['message-update']); messages::add($text['message-update']);
header("Location: ".PROJECT_PATH."/app/dialplan/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3"); header("Location: ".PROJECT_PATH."/app/dialplans/dialplans.php?app_uuid=8c914ec3-9fc0-8ab5-4cda-6c9288bdc9a3");
return; return;
} //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) } //end if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0)
?> ?>
@ -915,7 +915,6 @@ function type_onchange(dialplan_detail_type) {
echo "</td>\n"; echo "</td>\n";
echo "</tr>\n"; echo "</tr>\n";
echo "<tr>\n"; echo "<tr>\n";
echo " <td valign=\"top\" class=\"vncellreq\">".$text['label-dialplan-expression']."</td>\n"; echo " <td valign=\"top\" class=\"vncellreq\">".$text['label-dialplan-expression']."</td>\n";
echo " <td align='left' class=\"vtable\">"; echo " <td align='left' class=\"vtable\">";