mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Merge branch 'master' of github.com:webmin/webmin
This commit is contained in:
@@ -75,7 +75,7 @@ sub get_paths {
|
||||
}
|
||||
}
|
||||
@allowed_paths = map { &simplify_path($_) } &unique(@allowed_paths);
|
||||
$path = $in{'path'} || '';
|
||||
$path = un_urlize($in{'path'}) || '';
|
||||
$html_escaped_path = html_escape($path);
|
||||
$urlized_path = urlize($path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user