fusionpbx/app/extension_settings
frytimo d529021b3f
Use boolean setting as true boolean (#7284)
* use boolean setting as true boolean

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.

* Update settings class to use the php filter_var function for boolean
Using the built-in filter type for boolean seems like a better option as they are faster, already hardened, and more widely tested.
I found this better method used originally by Mark J. Crane in 2022 in the content.php page so I included it here.
2025-03-04 11:25:47 -07:00
..
resources/classes Extension Settings [Class]: Updates for PHP 8.1, fix Copy of disabled record. 2023-06-09 18:41:49 +00:00
app_config.php Replace root.php 2022-10-10 16:35:14 -06:00
app_languages.php Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
extension_setting_edit.php Remove carriage return per line and leave only line feeds 2024-09-19 17:14:21 -06:00
extension_settings.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00