Updated to reflect date/time validation.

This commit is contained in:
2026-02-20 07:24:45 -05:00
parent ed7a25cea3
commit 5129d30992
2 changed files with 6 additions and 0 deletions

View File

@@ -278,3 +278,6 @@
installation.
- Various code cleanups to prevent php warnings in the logs if logging
is enabled.
- Validate all date and time fields to prevent user entered invalid date
formats from crashing php.