working on simplefle
这个提交包含在:
父节点
503f67c16e
当前提交
2dedfbf0e8
共有 1 个文件被更改,包括 3 次插入 和 0 次删除
|
|
@ -8,6 +8,9 @@ class SimpleFLE extends CI_Controller {
|
||||||
|
|
||||||
|
|
||||||
$this->load->model('stations');
|
$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
|
$data['station_profile'] = $this->stations->all_of_user(); // Used in the view for station location select
|
||||||
|
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用