mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
fix: include git tag in version (#3000)
Also include os and php version in github issue template.
This commit is contained in:
parent
693d6edfbf
commit
5e09a14acc
3 changed files with 9 additions and 3 deletions
|
@ -18,7 +18,13 @@
|
|||
Query string: <?= e($_SERVER['QUERY_STRING'] ?? '') ?>
|
||||
</p>
|
||||
<p>
|
||||
Version: <?= e(Configuration::getVersion()) ?>
|
||||
Version: <?= raw(Configuration::getVersion()) ?>
|
||||
</p>
|
||||
<p>
|
||||
OS: <?= raw(PHP_OS_FAMILY) ?>
|
||||
</p>
|
||||
<p>
|
||||
PHP version: <?= raw(phpversion() ?: 'Unknown'()) ?>
|
||||
</p>
|
||||
|
||||
<div class="advice">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue