mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
show nicer numberformat for total qsos and show also number of users
This commit is contained in:
@@ -41,6 +41,7 @@ class Debug extends CI_Controller
|
||||
$data['stations'] = $this->Stations->all();
|
||||
|
||||
$data['qso_total'] = $this->Debug_model->count_all_qso();
|
||||
$data['users_total'] = $this->Debug_model->count_users();
|
||||
$data['available_languages'] = $this->config->item('languages');
|
||||
|
||||
$data['qsos_with_no_station_id'] = $this->Logbook_model->check_for_station_id();
|
||||
|
||||
Reference in New Issue
Block a user