mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 02:23:48 +00:00
Update dialplan_xml.php
This commit is contained in:
@@ -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>";
|
||||
|
||||
Reference in New Issue
Block a user