#5290 - Fix missing email address validation
0 guests and 0 members have recently viewed this.
The top 3 point earners from 12th Apr 2026 to 19th Apr 2026.
| Gabri |
|
|
|---|---|---|
| pmheart6 |
|
|
| jacobgkau |
|
|
There are no events at this time
feedback.php was only using email for a comcode tag, so instead of warn_exit, I simply made it not use the email comcode tag if the email is invalid.
For all other backend cases, to avoid lots of repeating code, I added a new INPUT_FILTER_EMAIL_ADDRESS bitmask which can be used on post_param_string for email addresses.