minor cosmetic change

This commit is contained in:
Jordi Sanfeliu 2013-02-19 12:57:27 +01:00
parent 62bc264311
commit 461b1f57cf
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ sub handle_request {
$target =~ s/\.\.\///;
$target =~ s/^\///;
$target =~ s/\/$//;
last unless $cur ne length $target;
last unless $cur ne length($target);
}
$target = $target_cgi = "/$target";