mirror of https://github.com/mikaku/Monitorix.git
minor cosmetic change
This commit is contained in:
parent
62bc264311
commit
461b1f57cf
|
@ -85,7 +85,7 @@ sub handle_request {
|
||||||
$target =~ s/\.\.\///;
|
$target =~ s/\.\.\///;
|
||||||
$target =~ s/^\///;
|
$target =~ s/^\///;
|
||||||
$target =~ s/\/$//;
|
$target =~ s/\/$//;
|
||||||
last unless $cur ne length $target;
|
last unless $cur ne length($target);
|
||||||
}
|
}
|
||||||
$target = $target_cgi = "/$target";
|
$target = $target_cgi = "/$target";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue