- Patch #39566 by chx: fixed incorrect encoding in URLs.

4.7.x
Dries Buytaert 2005-12-02 10:29:45 +00:00
parent 316e35784a
commit 9c02757477
1 changed files with 0 additions and 1 deletions

View File

@ -696,7 +696,6 @@ function check_file($filename) {
*
*/
function check_url($uri) {
$uri = htmlspecialchars($uri, ENT_QUOTES);
$uri = filter_xss_bad_protocol($uri, FALSE);
return $uri;