mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
set last run
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user