fusionpbx/core/groups
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 Fix temporary permissions 2024-11-29 13:57:01 -07:00
app_config.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
app_defaults.php Remove redundant database objects 2024-08-05 14:22:17 -06:00
app_languages.php Corrections in Georgian translation (#7113) 2024-08-31 10:02:51 -06:00
app_menu.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
group_edit.php Multiple Apps: Integrate content cards. 2024-09-04 17:51:23 -06:00
group_member_add.php Fix temporary permissions 2024-11-29 13:57:01 -07:00
group_members.php Added the heading counter div (#7124) 2024-09-06 16:43:42 -06:00
group_permissions.php Added the heading counter div (#7124) 2024-09-06 16:43:42 -06:00
groups.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
permissions_copy.php Fix temporary permissions 2024-11-29 13:57:01 -07:00
permissions_default.php Use __dir__ to find resources/require.php 2023-06-16 22:49:09 -06:00