removed leading space in the Apache URL

This commit is contained in:
Jordi Sanfeliu 2015-07-24 09:41:50 +02:00
parent e2a7c8c38a
commit 0c2bf06d4a
1 changed files with 1 additions and 0 deletions

View File

@ -839,6 +839,7 @@ sub apache_cgi {
$e = 0;
foreach my $url (my @al = split(',', $apache->{list})) {
$url = trim($url);
if($e) {
print(" <br>\n");
}