fusionpbx/app/xml_cdr
Luis Daniel Lucio Quiroz 3f544496b7
DB and protection (#6696)
so this small change has 2 purposes.
first, I found the hard way, that PHP PDO is not always coded with the same criteria between versions and databases.  While PDO PGSQL on PHP 8.x may work, PDO SQLITE on PHP 7.4 may not and so on.. This will make sure that the value there is an integer.

Second, since these two values are taken from the _GET, which is in the URL string, it will protect against "imaginative" users.
2023-05-16 13:05:07 -06:00
..
resources Replace is_array with !empty 2023-05-10 22:25:10 -06:00
app_config.php separating status and hangup permissions (#6522) 2023-02-08 19:03:40 -07:00
app_defaults.php
app_languages.php Add Chinese, Korean, and Japanese translations 2023-05-03 10:36:25 -06:00
app_menu.php Update translations (#6682) 2023-05-10 18:20:44 -06:00
download.php
report.php
v_xml_cdr_import.php
xml_cdr.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00
xml_cdr_archive.php
xml_cdr_details.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
xml_cdr_export.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
xml_cdr_extension_summary.php Frytimo pr patches for php8.1 (#6630) 2023-05-05 10:46:37 -06:00
xml_cdr_import.php
xml_cdr_inc.php DB and protection (#6696) 2023-05-16 13:05:07 -06:00
xml_cdr_search.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00
xml_cdr_statistics.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00
xml_cdr_statistics_csv.php
xml_cdr_statistics_inc.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00