HTTP POST corrects destination delete.

This commit is contained in:
FusionPBX 2021-06-19 12:08:57 -06:00 committed by GitHub
parent 369324b10e
commit a3a1fc737b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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";