Added HoN to Debug-Page and cronmanager

This commit is contained in:
int2001
2025-03-23 08:35:45 +00:00
parent f4e93a11a4
commit 2a1defdb1e
4 changed files with 43 additions and 7 deletions

View File

@@ -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");