mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 03:33:49 +00:00
Set extension summary to use GET instead of POST.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user