show the right IPs
This commit is contained in:
parent
a8dfc9277b
commit
a588a0cfc5
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class UserPageTheme extends Themelet {
|
|||
|
||||
$html .= "</td><td>Logged Events:";
|
||||
$n = 0;
|
||||
foreach($comments as $ip => $count) {
|
||||
foreach($events as $ip => $count) {
|
||||
$html .= '<br>'.$ip.' ('.$count.')';
|
||||
if(++$n >= 20) {
|
||||
$html .= "<br>...";
|
||||
|
|
Reference in a new issue