Add a notice if the module cron is disabled
Этот коммит содержится в:
родитель
224e82f9fa
коммит
904554a0e1
3 изменённых файлов: 7 добавлений и 0 удалений
|
@ -166,6 +166,11 @@ else
|
|||
{
|
||||
print '<br>'.$langs->trans("NothingToSetup");
|
||||
}
|
||||
|
||||
// Display a notice if the 'cron' module is not enabled
|
||||
if (! in_array('cron', $conf->modules, true)) {
|
||||
print '<div class="info"><p>' . $langs->trans('NoticeCronIsDisabled') . "</p></div>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Создание таблицы
Добавить ссылку
Сослаться в новой задаче