CDR Stats Add ADV Search options request 1173

CDR Stats Add ADV Search options request 1173
This commit is contained in:
blackc2004
2015-12-10 11:06:42 -08:00
parent 2c2eabe3fe
commit 0a08484546
4 changed files with 680 additions and 88 deletions

View File

@@ -53,8 +53,12 @@ echo " if ($('#caller_id_number').is(':visible')) { $('#caller_id_number').foc
echo " }";
echo " }";
echo "</script>";
echo "<form method='post' action='xml_cdr.php'>\n";
if (strlen(check_str($_GET['redirect'])) > 0) {
echo "<form method='get' action='" . $_GET['redirect'] . ".php'>\n";
} else {
echo "<form method='post' action='xml_cdr.php'>\n";
}
echo "<table width='100%' cellpadding='0' cellspacing='0'>\n";
echo " <tr>\n";