Update dialplan_inbound_add.php

This commit is contained in:
FusionPBX 2016-10-14 08:11:52 -06:00 committed by GitHub
parent f308baa77f
commit d3faaf1396
1 changed files with 434 additions and 433 deletions

View File

@ -123,6 +123,7 @@ if (count($_POST) > 0) {
//process the http post data
if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
//check for all required data
if (strlen($domain_uuid) == 0) { $msg .= "".$text['label-required-domain_uuid']."<br>\n"; }
if (strlen($dialplan_name) == 0) { $msg .= "".$text['label-required-dialplan_name']."<br>\n"; }