mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
working on simplefle
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user