Include OS and client information in easy error info copy/paste and on the about dialog

This commit is contained in:
Bernd Bestel
2021-09-20 20:16:41 +02:00
parent b9fff4954a
commit c06bb7784a
5 changed files with 14 additions and 4 deletions

View File

@@ -35,7 +35,9 @@
<p>
PHP Version <code>{{ $system_info['php_version'] }}</code><br>
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code>
SQLite Version <code>{{ $system_info['sqlite_version'] }}</code><br>
OS <code>{{ $system_info['os'] }}</code><br>
Client <code>{{ $system_info['client'] }}</code>
</p>
<p>