HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/matomo.vdk/plugins/Installation/templates/systemCheckPage.twig
{% extends 'admin.twig' %}
{% set title %}{{ 'Installation_SystemCheck'|translate }}{% endset %}

{% block content %}

<div
    vue-entry="Installation.SystemCheckPage"
    error-type="{{ constant('Piwik\\Plugins\\Diagnostics\\Diagnostic\\DiagnosticResult::STATUS_ERROR')|json_encode }}"
    warning-type="{{ constant('Piwik\\Plugins\\Diagnostics\\Diagnostic\\DiagnosticResult::STATUS_WARNING')|json_encode }}"
    informational-type="{{ constant('Piwik\\Plugins\\Diagnostics\\Diagnostic\\DiagnosticResult::STATUS_INFORMATIONAL')|json_encode }}"
    system-check-info="{{ systemCheckInfo|json_encode }}"
    mandatory-results="{{ diagnosticReport.getMandatoryDiagnosticResults()|json_encode }}"
    optional-results="{{ diagnosticReport.getOptionalDiagnosticResults()|json_encode }}"
    informational-results="{{ diagnosticReport.getInformationalResults()|json_encode }}"
    is-installation="{{ isInstallation|default(false)|json_encode }}"
    has-errors="{{ diagnosticReport.hasErrors()|default(null)|json_encode }}"
    has-warnings="{{ diagnosticReport.hasWarnings()|default(null)|json_encode }}"
></div>

{% endblock %}