fusionpbx/core/menu
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
..
app_config.php Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
app_defaults.php Use settings class for app_defaults.php 2023-09-16 00:22:12 -06:00
app_languages.php Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
app_menu.php Additional corrections to the Georgian translation (#7115) 2024-09-02 09:00:55 -06:00
menu.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
menu_edit.php Remove carriage return per line and leave only line feeds 2024-09-19 17:14:21 -06:00
menu_item_edit.php Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
menu_item_list.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
menu_item_move_down.php Re-use the Database connection 2024-08-29 03:35:38 -06:00
menu_item_move_up.php Re-use the Database connection 2024-08-29 03:35:38 -06:00
menu_reload.php Use __dir__ to find resources/require.php 2023-06-16 22:49:09 -06:00
menu_restore_default.php Upgrade - CLI (Manual & Menu): Mitigate PHP 8.x warnings, minor adjustments. 2024-05-13 14:19:34 -06:00