fusionpbx/core/dashboard
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 fix dashboard php warnings (#7218) 2025-01-17 12:48:11 -07:00
app_config.php Add dashboard icon color setting (#7197) 2024-12-11 21:28:45 -07:00
app_defaults.php Add dashboard icon color setting (#7197) 2024-12-11 21:28:45 -07:00
app_languages.php Add dashboard icon color setting (#7197) 2024-12-11 21:28:45 -07:00
app_menu.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
dashboard.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
dashboard_edit.php Add missing required class to required fields (#7273) 2025-02-25 12:48:50 -07:00
index.php Fix number text and background color not applying (#7235) 2025-01-28 16:39:35 -07:00