mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
[Welcome] Don't include debug data..
This commit is contained in:
@@ -16,10 +16,12 @@ class Welcome extends CI_Controller {
|
||||
// load stations model
|
||||
$this->load->model('stations');
|
||||
$data['CountAllStationLocations'] = $this->stations->CountAllStationLocations();
|
||||
echo $data['CountAllStationLocations'];
|
||||
|
||||
// load logbooks model
|
||||
$this->load->model('logbooks_model');
|
||||
$data['NumberOfStationLogbooks'] = $this->logbooks_model->CountAllStationLogbooks();
|
||||
|
||||
// load views
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('welcome/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
|
||||
Reference in New Issue
Block a user