From 75eb3bfa9da7a4a231d8f23d8712d81b6ddede3c Mon Sep 17 00:00:00 2001 From: Edita Kizinevic Date: Tue, 24 Nov 2020 20:41:21 +0100 Subject: [PATCH] Remove space --- wwwroot/cgi-bin/awstats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index 3322bbf9..470e6b4f 100755 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -3459,7 +3459,7 @@ sub Read_History_With_TmpUpdate { 'keywords' => 26, 'errors' => 27, 'filesize' => 28, - 'requesttime' => 29, + 'requesttime' => 29, ); my $order = ( scalar keys %allsections ) + 1; -- 2.47.2