Display git tag on web interface

This commit is contained in:
Karl 2025-07-22 17:25:47 +01:00
parent 8e8f51f2d8
commit b7e48f776e

View File

@ -1,4 +1,5 @@
<h1>Kioskbrowser</h1>
<h2>Version: <?php echo exec('git describe --tags --abbrev=0'); ?></h2>
CPU temperature: <br>
<?php passthru("sudo vcgencmd measure_temp"); ?>