Only modes used for EME

This commit is contained in:
Andreas Kristiansen
2025-05-26 22:11:12 +02:00
parent 600915f34c
commit 6e56f30588
3 changed files with 28 additions and 15 deletions

View File

@@ -309,10 +309,10 @@ class Statistics extends CI_Controller {
}
public function initials() {
$this->load->model('modes');
$this->load->model('stats');
$this->load->model('bands');
$data['modes'] = $this->modes->active();
$data['modes'] = $this->stats->get_eme_modes();
$data['worked_bands'] = $this->bands->get_worked_bands_eme();