* This file is licensed under the Affero General Public License version 3 or later. * See the COPYING-README file. */ /** * @var array $_ * @var \OCP\IL10N $l * @var OC_Defaults $theme */ style('settings', 'settings'); script('settings', [ 'settings', 'admin', 'log'] ); script('core', ['multiselect', 'setupchecks']); vendor_script('select2/select2'); vendor_style('select2/select2'); $levels = ['Debug', 'Info', 'Warning', 'Error', 'Fatal']; $levelLabels = [ $l->t( 'Everything (fatal issues, errors, warnings, info, debug)' ), $l->t( 'Info, warnings, errors and fatal issues' ), $l->t( 'Warnings, errors and fatal issues' ), $l->t( 'Errors and fatal issues' ), $l->t( 'Fatal issues only' ), ]; $mail_smtpauthtype = [ '' => $l->t('None'), 'LOGIN' => $l->t('Login'), 'PLAIN' => $l->t('Plain'), 'NTLM' => $l->t('NT LAN Manager'), ]; $mail_smtpsecure = [ '' => $l->t('None'), 'ssl' => $l->t('SSL'), 'tls' => $l->t('TLS'), ]; $mail_smtpmode = [ 'php', 'smtp', ]; if ($_['sendmail_is_available']) { $mail_smtpmode[] = 'sendmail'; } if ($_['mail_smtpmode'] == 'qmail') { $mail_smtpmode[] = 'qmail'; } ?>
t("Last cron job execution: %s.", [$relative_time]));?> t("Last cron job execution: %s. Something seems wrong.", [$relative_time]));?> t("Cron was not executed yet!")); endif; ?>
>
t("Execute one task with each page loaded")); ?>
>
t("cron.php is registered at a webcron service to call cron.php every 15 minutes over http.")); ?>
>
t("Use system's cron service to call the cron.php file every 15 minutes.")); ?>
/>
level]);?> | app);?> | time)){ p(OC_Util::formatDate($entry->time)); } else { p($entry->time); }?> |