mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Add display of hams of note
This commit is contained in:
@@ -489,6 +489,15 @@ class Update extends CI_Controller {
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
|
||||
public function update_hamsofnote() {
|
||||
$this->load->model('Update_model');
|
||||
$bodyData['satupdates'] = $this->Update_model->update_hams_of_note();
|
||||
$data['page_title'] = __("Update of Hams of Note");
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('update/hamsofnote', $bodyData);
|
||||
$this->load->view('interface_assets/footer');
|
||||
}
|
||||
|
||||
function version_check() {
|
||||
// set the last run in cron table for the correct cron id
|
||||
$this->load->model('cron_model');
|
||||
|
||||
Reference in New Issue
Block a user