fusionpbx/app/devices
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 temporary permissions 2024-11-29 13:57:01 -07:00
app_config.php Add serial number to the device edit page (#7234) 2025-01-28 16:26:32 -07:00
app_defaults.php Handle columns in the table that may not exist 2025-01-28 15:59:04 -07:00
app_languages.php Add serial number to the device edit page (#7234) 2025-01-28 16:26:32 -07:00
app_menu.php Localization: Add full support for Georgian language (#7110) 2024-08-28 09:59:02 -06:00
cmd.php Event socket bug fix and more docs (#6823) 2023-12-02 17:16:18 -07:00
device_copy.php Change device_mac_address to device_address 2023-06-29 23:40:11 -06:00
device_download.php remove instances where a pointer is used in a foreach loop for value (#7108) 2024-08-22 12:41:10 -06:00
device_edit.php Add missing required class to required fields (#7273) 2025-02-25 12:48:50 -07:00
device_imports.php Added content card div to devices (#7122) 2024-09-06 11:20:03 -06:00
device_profile_copy.php Added content card div to devices (#7122) 2024-09-06 11:20:03 -06:00
device_profile_edit.php Added content card div to devices (#7122) 2024-09-06 11:20:03 -06:00
device_profiles.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
device_vendor_edit.php Fix end of file line only use one line feed at the end of the file 2024-09-19 16:33:17 -06:00
device_vendor_function_edit.php Fix temporary permissions 2024-11-29 13:57:01 -07:00
device_vendor_functions.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
device_vendor_restore.php Fix temporary permissions 2024-11-29 13:57:01 -07:00
device_vendors.php Use boolean setting as true boolean (#7284) 2025-03-04 11:25:47 -07:00
devices.php Redirect to the correct domain if using show all (#7265) 2025-02-20 16:30:09 -07:00