working on simplefle

This commit is contained in:
HB9HIL
2023-10-25 16:32:39 +02:00
parent 503f67c16e
commit 2dedfbf0e8

View File

@@ -8,6 +8,9 @@ class SimpleFLE extends CI_Controller {
$this->load->model('stations');
$this->load->model('logbook_model');
$this->load->model('modes');
$this->load->model('bands');
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select