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
app_languages.php Menu: New option to set icon colors. 2025-03-03 14:08:05 -07:00
app_menu.php
menu.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
menu_edit.php
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
menu_item_move_up.php
menu_reload.php
menu_restore_default.php