mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
config switch to disable qso counter in user list
This commit is contained in:
@@ -777,3 +777,14 @@ $config['enable_eqsl_massdownload'] = false;
|
||||
*/
|
||||
|
||||
$config['max_login_attempts'] = 3;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Disable User QSO Count in User List (Admin Menu)
|
||||
| Reason for this setting is to prevent performance issues on large installations
|
||||
| where the QSO count is not needed. Set to true to disable the QSO count.
|
||||
| This also hides the last Operator for CLubstations. Default is false.
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
$config['disable_user_stats'] = false;
|
||||
Reference in New Issue
Block a user