set last run

This commit is contained in:
HB9HIL
2024-04-22 23:57:29 +02:00
parent 9b71664569
commit 276eed81c7
5 changed files with 17 additions and 0 deletions

View File

@@ -305,6 +305,10 @@ class Update extends CI_Controller {
}
public function update_clublog_scp() {
$this->load->model('cron_model');
$this->cron_model->set_last_run('clublog_scp');
$strFile = $this->make_update_path("clublog_scp.txt");
$url = "https://cdn.clublog.org/clublog.scp.gz";
set_time_limit(300);