From e455862603e1ae1842b26bc9cbe685e5c4ee2d90 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 25 Apr 2021 22:45:53 +0000 Subject: Change formatting --- lib/Apache/Inject/Handler.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Apache/Inject/Handler.pm b/lib/Apache/Inject/Handler.pm index 21be3c0..f9254fd 100644 --- a/lib/Apache/Inject/Handler.pm +++ b/lib/Apache/Inject/Handler.pm @@ -61,8 +61,7 @@ sub inject { # Validate path if ($val =~ m{^/}) { - $r->log_error("Inject: $var should not begin with slash, " - . "as it is already always relative to document root"); + $r->log_error("Inject: $var should not begin with slash, as it is already always relative to document root"); } if ($val =~ m{^../|/../|/..$}) { $r->log_error("Inject: $var cannot extend past document root"); -- cgit v1.2.3