Update system_controls.php

This commit is contained in:
Lloyd Bayley
2024-03-10 00:30:57 +11:00
parent 3b4da2e2b6
commit a192039980
+1 -1
View File
@@ -49,7 +49,7 @@ function update() {
$curr_hash = shell_exec($cmd);
?>
<p style="font-size:11px;text-align:center"></br></br>Running version: </p>
<a href="https://github.com/mcguirepr89/BirdNET-Pi/commit/<?php echo $curr_hash; ?>" target="_blank">
<a href="https://github.com/Nachtzuster/BirdNET-Pi/commit/<?php echo $curr_hash; ?>" target="_blank">
<p style="font-size:11px;text-align:center;box-sizing: border-box"><?php echo $curr_hash; ?></p>
</a>
</div>