Set extension summary to use GET instead of POST.

This commit is contained in:
markjcrane 2016-04-14 21:11:05 -06:00
parent 19f9bc58cd
commit 3f5f268c15
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
echo "<br>\n";
if (permission_exists('xml_cdr_search')) {
echo "<form name='frm' id='frm' method='post' action=''>\n";
echo "<form name='frm' id='frm' method='get' action=''>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";