mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Added HoN to Debug-Page and cronmanager
This commit is contained in:
@@ -111,6 +111,7 @@ class Debug extends CI_Controller
|
||||
$data['sota_update'] = $this->cron_model->cron('update_update_sota')->row();
|
||||
$data['wwff_update'] = $this->cron_model->cron('update_update_wwff')->row();
|
||||
$data['tle_update'] = $this->cron_model->cron('update_update_tle')->row();
|
||||
$data['hon_update'] = $this->cron_model->cron('update_update_hamsofnote')->row();
|
||||
|
||||
$data['page_title'] = __("Debug");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user