mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update xml_cdr_search.php
This commit is contained in:
@@ -59,8 +59,8 @@
|
|||||||
echo "</script>";
|
echo "</script>";
|
||||||
|
|
||||||
//start the html form
|
//start the html form
|
||||||
if (strlen(check_str($_GET['redirect'])) > 0) {
|
if ($_GET['redirect'] == 'xml_cdr_statistics') {
|
||||||
echo "<form method='get' action='" . $_GET['redirect'] . ".php'>\n";
|
echo "<form method='get' action='xml_cdr_statistics.php'>\n";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
echo "<form method='get' action='xml_cdr.php'>\n";
|
echo "<form method='get' action='xml_cdr.php'>\n";
|
||||||
@@ -297,4 +297,4 @@
|
|||||||
//include footer
|
//include footer
|
||||||
require_once "resources/footer.php";
|
require_once "resources/footer.php";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user