Skip to content

Commit

Permalink
Update xml_cdr_search.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate committed Nov 20, 2019
1 parent f799692 commit f3047c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/xml_cdr/xml_cdr_search.php
Expand Up @@ -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";
Expand Down Expand Up @@ -297,4 +297,4 @@
//include footer
require_once "resources/footer.php";

?>
?>

0 comments on commit f3047c8

Please sign in to comment.