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 Update app_defaults.php 2017-01-13 00:24:29 -07:00
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 Replace root.php 2022-10-10 16:35:14 -06:00
report.php Replace root.php 2022-10-10 16:35:14 -06:00
v_xml_cdr_import.php Replace duplicated v_xml_cdr_import.php with a call to the post method of xml_cdr (#5956) 2021-05-26 09:54:08 -06:00
xml_cdr.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00
xml_cdr_archive.php Replace root.php 2022-10-10 16:35:14 -06:00
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 Command line or web server both includes can work the same 2022-10-13 16:50:47 -06:00
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 Replace root.php 2022-10-10 16:35:14 -06:00
xml_cdr_statistics_inc.php Fix xml cdr for PHP 8.1 (#6692) 2023-05-12 13:28:42 -06:00