Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
b1a648b3
Commit
b1a648b3
authored
Dec 02, 2005
by
Dries
Browse files
- Patch
#39566
by chx: fixed incorrect encoding in URLs.
parent
9c027574
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
b1a648b3
...
...
@@ -696,9 +696,7 @@ function check_file($filename) {
*
*/
function
check_url
(
$uri
)
{
$uri
=
filter_xss_bad_protocol
(
$uri
,
FALSE
);
return
$uri
;
return
filter_xss_bad_protocol
(
$uri
,
FALSE
);
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment