mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-24 11:11:10 +00:00
[Contest Logging] Started work on adding DOK to exchange
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user