From cc8601f74b0ec49cd10691fc2c01c0947961de73 Mon Sep 17 00:00:00 2001
From: eldy <>
Date: Mon, 9 Sep 2002 14:12:40 +0000
Subject: [PATCH] Added all logins and last logins full list report.
---
wwwroot/cgi-bin/awstats.pl | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl
index 4ef16ef7..960a074d 100644
--- a/wwwroot/cgi-bin/awstats.pl
+++ b/wwwroot/cgi-bin/awstats.pl
@@ -5189,8 +5189,7 @@ EOF
if ($HTMLOutput eq "alllogins") {
print "$Center
\n";
&tab_head($Message[80],19);
- if ($MonthRequired ne "year") { print "
| $Message[81] : $TotalHostsKnown $Message[82], $TotalHostsUnknown $Message[1] - $TotalUnique $Message[11] | "; }
- else { print "
|---|
| $Message[94] : ".(scalar keys %_login_h)." | "; }
+ print "
|---|
| $Message[94] : ".(scalar keys %_login_h)." | ";
print "$Message[56] | $Message[57] | $Message[75] | $Message[9] |
\n";
$total_p=$total_h=$total_k=0;
my $count=0;
@@ -5221,8 +5220,7 @@ EOF
if ($HTMLOutput eq "lastlogins") {
print "$Center
\n";
&tab_head($Message[9],19);
- if ($MonthRequired ne "year") { print "| $Message[81] : $TotalHostsKnown $Message[82], $TotalHostsUnknown $Message[1] - $TotalUnique $Message[11] | "; }
- else { print "
|---|
| $Message[94] : ".(scalar keys %_login_h)." | "; }
+ print "
|---|
| $Message[94] : ".(scalar keys %_login_h)." | ";
print "$Message[56] | $Message[57] | $Message[75] | $Message[9] |
\n";
$total_p=$total_h=$total_k=0;
my $count=0;
--
2.47.3