mirror of
https://github.com/itflow-org/itflow
synced 2026-09-03 21:35:12 +00:00
Implemented Check for updates which removs the last shell exec from web ui, and reimplemented db_update switch to update_cli.php
This commit is contained in:
@@ -102,6 +102,14 @@ function cronJobRegistry(): array
|
||||
'schedule' => 'Daily',
|
||||
'daily_at' => '03:30',
|
||||
],
|
||||
[
|
||||
'name' => 'update_check',
|
||||
'label' => 'Update Check',
|
||||
'script' => 'update_check.php',
|
||||
'description' => 'Asks the git remote whether a newer release exists and stores the answer for Maintenance > Update.',
|
||||
'schedule' => 'Daily',
|
||||
'daily_at' => '02:30',
|
||||
],
|
||||
[
|
||||
'name' => 'app_update',
|
||||
'label' => 'Application Update',
|
||||
|
||||
Reference in New Issue
Block a user