mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
3a3883aa39
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