Merge pull request #18 from lloydbayley/main

Change repo in System Controls
This commit is contained in:
Nachtzuster
2024-03-09 17:48:26 +01:00
committed by GitHub
+1 -1
View File
@@ -52,7 +52,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>