fix: [diag] diagnostics page loading issue
pull/9438/head
Jakub Onderka 2023-12-05 17:13:13 +01:00 committed by GitHub
commit 3197b83937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $humanReadableFilesize = function ($bytes, $dec = 2) {
<p><?php
echo __('Every version of MISP includes a JSON file with the current version.') . " ";
if (Configure::read('MISP.online_version_check') || !Configure::check('MISP.online_version_check')) {
echo _('This is checked against the latest tag on GitHub, if there is a version mismatch the tool will warn you about it.') . " ";
echo __('This is checked against the latest tag on GitHub, if there is a version mismatch the tool will warn you about it.') . " ";
} else {
echo "<b>" . __('The online version check is disabled, so you will not be warned about an outdated MISP version.') . "</b> ";
}