Update dialplan_xml.php

This commit is contained in:
Nate 2019-09-09 10:28:55 -06:00
parent 63a6db6f98
commit fe02efbe5c
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@
echo "</style>\n";
//show the content
echo "<form method='post' name='frm' id='frm' onsubmit='return submit_check();'>\n";
echo "<form method='post' name='frm' id='frm'>\n";
echo " <input type='hidden' name='app_uuid' value='".$app_uuid."'>\n";
echo " <input type='hidden' name='dialplan_uuid' value='".$dialplan_uuid."'>\n";
echo " <textarea name='dialplan_xml' id='dialplan_xml' style='display: none;'>".$dialplan_xml."</textarea>";