removed test code from controller
这个提交包含在:
父节点
7a7372647f
当前提交
ee3ac62f03
共有 1 个文件被更改,包括 1 次插入 和 9 次删除
|
|
@ -34,7 +34,7 @@ class Dashboard extends CI_Controller {
|
|||
|
||||
$this->load->model('stations');
|
||||
$data['current_active'] = $this->stations->find_active();
|
||||
|
||||
|
||||
// Store info
|
||||
$data['todays_qsos'] = $this->logbook_model->todays_qsos();
|
||||
$data['total_qsos'] = $this->logbook_model->total_qsos();
|
||||
|
|
@ -148,13 +148,5 @@ class Dashboard extends CI_Controller {
|
|||
echo "}";
|
||||
|
||||
}
|
||||
|
||||
function test() {
|
||||
|
||||
$this->load->library('clublog');
|
||||
|
||||
echo $this->clublog->send();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用