* 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. |
||
|---|---|---|
| .. | ||
| config.php | ||
| system_counts.php | ||
| system_cpu_status.php | ||
| system_disk_usage.php | ||
| system_services.php | ||
| system_status.php | ||