mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 19:29:20 +01:00
Changes htmlentities to htmlspecialchars as well, because htmlentities is not adequate to protect against XSS attacks: http://php.net/manual/en/function.htmlentities.php#99896 Fixes #365