mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
fix: include git tag in version (#3000)
Also include os and php version in github issue template.
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user