We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f050e0d commit cc70708Copy full SHA for cc70708
pages/analysis.php
@@ -7,6 +7,8 @@
7
if (is_string($phpstanResult)) {
8
echo rex_view::error(nl2br($phpstanResult));
9
10
+ echo '<p>Die Web UI erfordert funktionert nicht auf allen Systemen, siehe README.</p>';
11
+
12
return;
13
}
14
0 commit comments