diff --git a/homepage/form.html b/homepage/form.html deleted file mode 100644 index 2b3d2a6..0000000 --- a/homepage/form.html +++ /dev/null @@ -1,84 +0,0 @@ - - - Configure `birdnet.conf` - - -

Configure BirdNET-Pi

- -
-

Required

- -
- -
- -
- -
- -
- -
-
-

Optional Services

- -
- -
- -
- -
-
-

Custom URLs

- -
- -
- -
- -
-
-

Default Services

- -
- -
- -
- -
-
-

Advanced Configuration

- -
- -
- -
- -
- -
- -
- -
- -
- View Current Config - - diff --git a/homepage/form.php b/homepage/form.php deleted file mode 100644 index 534b525..0000000 --- a/homepage/form.php +++ /dev/null @@ -1,24 +0,0 @@ -"; -echo "File:
"; -$file = file("scripts/birdnet.conf"); -foreach($file as $text) { -echo $text."
"; -} -}else{ -$file = file("scripts/birdnet.conf"); -echo "
"; -echo ""; -echo "\n -
"; -} -?>