Update xml_cdr_search.php
This commit is contained in:
parent
59b8195cfa
commit
b7ce028e99
|
|
@ -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";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue