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 -6
View File
@@ -41,10 +41,8 @@ if ($language != "none"){
<style>
</style>
</head>
<div class="settings">
<h2>Basic Settings</h2>
<body>
<div class="row">
<div class="column first">
<form action="" method="POST">
<?php
if (file_exists('/home/pi/BirdNET-Pi/thisrun.txt')) {
@@ -131,6 +129,4 @@ if(isset($_POST['status'])){
<form action="" method="POST">
<button type="submit" name="view" value="Advanced">Advanced Settings</button>
</form>
</div>
</div>
</body>
</div>