Update xml_cdr_search.php

This commit is contained in:
Nate 2019-11-20 10:19:44 -05:00 committed by GitHub
parent 59b8195cfa
commit b7ce028e99
1 changed files with 3 additions and 3 deletions

View File

@ -59,8 +59,8 @@
echo "</script>";
//start the html form
if (strlen(check_str($_GET['redirect'])) > 0) {
echo "<form method='get' action='" . $_GET['redirect'] . ".php'>\n";
if ($_GET['redirect'] == 'xml_cdr_statistics') {
echo "<form method='get' action='xml_cdr_statistics.php'>\n";
}
else {
echo "<form method='get' action='xml_cdr.php'>\n";
@ -297,4 +297,4 @@
//include footer
require_once "resources/footer.php";
?>
?>