working on simplefle

这个提交包含在:
HB9HIL 2023-10-25 16:32:39 +02:00
父节点 503f67c16e
当前提交 2dedfbf0e8

查看文件

@ -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