|
Server : Apache System : Linux s1230 5.15.0-139-generic #149~20.04.1 SMP Tue Jul 14 11:21:49 UTC 2026 x86_64 User : p141464 ( 418825) PHP Version : 7.4.33.12 Disable Function : NONE Directory : /html/KMU-CSR-PLANER/wp-content/plugins/matomo/app/plugins/Installation/templates/ |
Upload File : |
{% extends '@Installation/layout.twig' %}
{% block content %}
<div
vue-entry="Installation.SystemCheck"
show-next-step="{{ showNextStep|default(null)|json_encode }}"
system-check-legend-url="{{ url|json_encode }}"
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(null)|json_encode }}"
></div>
{% endblock %}