mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
HTTP POST corrects destination delete.
This commit is contained in:
@@ -235,7 +235,7 @@
|
||||
echo $text['description-destinations']."\n";
|
||||
echo "<br /><br />\n";
|
||||
|
||||
echo "<form id='form_list' method='get'>\n";
|
||||
echo "<form id='form_list' method='POST'>\n";
|
||||
echo "<input type='hidden' id='action' name='action' value=''>\n";
|
||||
echo "<input type='hidden' name='type' value=\"".escape($destination_type)."\">\n";
|
||||
echo "<input type='hidden' name='search' value=\"".escape($search)."\">\n";
|
||||
|
||||
Reference in New Issue
Block a user