mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 00:22:15 +00:00
In case if cron isn't set, in Settings/Server tab you will see suggestions for cron command
This commit is contained in:
@@ -31,6 +31,7 @@ class GetServerStatusController
|
||||
$status['cron'] = [
|
||||
'running' => isRunningCron(),
|
||||
'lastUpdate' => isRunningCron() ? format_date(cache()->get('latest_cron_update')) : null,
|
||||
'command' => getCronCommandSuggestions(),
|
||||
];
|
||||
|
||||
return response()->json($status);
|
||||
|
||||
Reference in New Issue
Block a user