mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix indent
This commit is contained in:
@@ -3159,7 +3159,7 @@ my $request_nolog = $request;
|
||||
|
||||
# Process full request string like `POST /index.cgi?param=1 HTTP/1.1` as well
|
||||
if ($request =~ /^(POST|GET)\s+/) {
|
||||
$request_nolog =~ s/(.*?)(\/.*?)\s+(.*)/$2/g;
|
||||
$request_nolog =~ s/(.*?)(\/.*?)\s+(.*)/$2/g;
|
||||
}
|
||||
if ($config{'nolog'}) {
|
||||
foreach my $nolog (split(/\s+/, $config{'nolog'})) {
|
||||
|
||||
Reference in New Issue
Block a user