From f4394c41fe035551e27a3047f2dad7496bb27e7e Mon Sep 17 00:00:00 2001 From: LX1IQ Date: Wed, 8 Mar 2017 14:27:04 +0100 Subject: [PATCH] v 2.3.5 v 2.3.5 --- dashboard/pgs/config.inc.php | 1 + dashboard/pgs/users.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/pgs/config.inc.php b/dashboard/pgs/config.inc.php index f06b501..517de89 100755 --- a/dashboard/pgs/config.inc.php +++ b/dashboard/pgs/config.inc.php @@ -33,6 +33,7 @@ $PageOptions['PeerPage']['LimitTo'] = 99; // Numb $PageOptions['PeerPage']['IPModus'] = 'ShowFullIP'; // See possible options above $PageOptions['PeerPage']['MasqueradeCharacter'] = '*'; // Character used for masquerade +$PageOptions['LastHeardPage']['LimitTo'] = 39; // Number of stations to show $PageOptions['ModuleNames'] = array(); // Module nomination $PageOptions['ModuleNames']['A'] = 'Int.'; diff --git a/dashboard/pgs/users.php b/dashboard/pgs/users.php index b80ba4a..301d6ad 100755 --- a/dashboard/pgs/users.php +++ b/dashboard/pgs/users.php @@ -151,7 +151,7 @@ for ($i=0;$i<$Reflector->StationCount();$i++) { '.$Reflector->Stations[$i]->GetModule().' '; } - if ($i == 39) { $i = $Reflector->StationCount()+1; } + if ($i == $PageOptions['LastHeardPage']['LimitTo']) { $i = $Reflector->StationCount()+1; } } ?>