[Contest Logging] Started work on adding DOK to exchange

This commit is contained in:
Andreas
2021-10-12 13:10:54 +02:00
parent c4a2c7229d
commit b63ebc02be
3 changed files with 53 additions and 48 deletions

View File

@@ -22,6 +22,7 @@ class Contesting extends CI_Controller {
$this->load->model('contesting_model');
$data['my_gridsquare'] = $this->stations->find_gridsquare();
$data['my_dok'] = ""; // For now, this is set to blank, but need function to get
$data['radios'] = $this->cat->radios();
$data['modes'] = $this->modes->active();
$data['contestnames'] = $this->contesting_model->getActivecontests();