making changes to accomodate removing the pi user

This commit is contained in:
mcguirepr89
2022-04-11 10:16:54 -04:00
parent 341cc17264
commit 023b68f386
39 changed files with 167 additions and 191 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
<h3>Excluded Species List</h3>
<select name="species[]" id="value2" multiple size="auto">
<?php
$filename = '/home/pi/BirdNET-Pi/exclude_species_list.txt';
$filename = '/home/*/BirdNET-Pi/exclude_species_list.txt';
$eachline = file($filename, FILE_IGNORE_NEW_LINES);
foreach($eachline as $lines){
echo