Set extension summary to use GET instead of POST.
This commit is contained in:
parent
19f9bc58cd
commit
3f5f268c15
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue