芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/components/cron-message.blade.php
@if(!$modal) {{-- This message hides instantly the cron job is runned. It then do not show for next 2 days --}} @if ($globalSetting->hide_cron_message == 0 || now()->diffInHours($globalSetting->last_cron_run) > 48) @include('app-settings.cron-message') @endif @else {{-- This message is shown only when last cron run is greater than 48 --}} @if (now()->diffInHours($globalSetting->last_cron_run) > 48) @if(in_array('admin', user_roles()) || in_array('superadmin', user_roles()))
@lang('messages.cronIsNotRunning').
CRON JOB SETTING
×
@include('app-settings.cron-message')
@endif @endif @endif