more tweaks of course

This commit is contained in:
mcguirepr89
2022-03-04 09:40:22 -05:00
parent 7578e1d7ef
commit f843d28521
6 changed files with 73 additions and 20 deletions
+2 -2
View File
@@ -169,6 +169,7 @@ if(isset($_POST['submit'])) {
<style>
</style>
</head>
<div class="settings">
<?php
if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
$newconfig = parse_ini_file('/home/pi/BirdNET-Pi/thisrun.txt');
@@ -177,7 +178,6 @@ if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
}
?>
<h2>Advanced Settings</h2>
<body>
<form action="" method="POST">
<h3>Defaults</h3>
<label>Full Disk Behavior: </label>
@@ -256,4 +256,4 @@ if(isset($_POST['submit'])){
<form action="" method="POST">
<button type="submit" name="view" value="Settings">Basic Settings</button>
</form>
</body>
</div>