diff --git a/LICENSE b/LICENSE
index c6f51a4..cd4d328 100644
--- a/LICENSE
+++ b/LICENSE
@@ -918,7 +918,7 @@ Caddy, WiFi-Connect,Streamlit, and Adminer use the Apache License Version 2.0
limitations under the License.
=============================================================================
-GoTTY and autoAP scripts use the MIT License
+GoTTY and Apprise Notifications use the MIT License
=============================================================================
MIT License
diff --git a/README.md b/README.md
index 32d7351..f5a540d 100644
--- a/README.md
+++ b/README.md
@@ -53,7 +53,7 @@ Currently listening in these countries . . . that I know of . . .
* SQLite3 Database
* Adminer database maintenance
* [phpSysInfo](https://github.com/phpsysinfo/phpsysinfo)
-* New species mobile notifications from [Pushed.co](https://pushed.co/quick-start-guide) (for iOS users only)
+* [Apprise Notifications](https://github.com/caronc/apprise) supporting 70+ notification platforms
* Localization supported
## Requirements
@@ -104,7 +104,12 @@ Submit an issue or discussion.
Please join a Discussion!! and please join [BirdWeather!!](https://app.birdweather.com)
I hope that if you find BirdNET-Pi has been worth your time, you will share your setup, results, customizations, etc. [HERE](https://github.com/mcguirepr89/BirdNET-Pi/discussions/69) and will consider [making your installation public](https://github.com/mcguirepr89/BirdNET-Pi/wiki/Sharing-Your-BirdNET-Pi).
-## ToDo, Notes, and Coming Soon
+## Project Links
+
+- [Marie Lelouche's Out of Spaces](https://www.lestanneries.fr/exposition/marie-lelouche-out-of-spaces/) using BirdNET-Pi in post-sculpture VR! [Press Kit](https://github.com/mcguirepr89/BirdNET-Pi-assets/blob/main/dp_out_of_spaces_marie_lelouche_digital_05_01_22.pdf)
+- [Research on noded BirdNET-Pi networks for farming](https://github.com/mcguirepr89/BirdNET-Pi-assets/blob/main/G23_Report_ModelBasedSysEngineering_FarmMarkBirdDetector_V1__Copy_.pdf)
+- [Core-Electronics](https://core-electronics.com.au/projects/bird-calls-raspberry-pi) Build Article
+
### Internationalization:
The bird names are in English by default, but other localized versions are available thanks to the wonderful efforts of [@patlevin](https://github.com/patlevin). Use the web interface's "Tools" > "Settings" and select your "Database Language" to have the detections in your language.
diff --git a/scripts/advanced.php b/scripts/advanced.php
index 9f67d46..5d37e0d 100644
--- a/scripts/advanced.php
+++ b/scripts/advanced.php
@@ -33,8 +33,8 @@ if(isset($_GET['submit'])) {
if(isset($_GET["caddy_pwd"])) {
$caddy_pwd = $_GET["caddy_pwd"];
if(strcmp($caddy_pwd,$config['CADDY_PWD']) !== 0) {
- $contents = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=$caddy_pwd", $contents);
- $contents2 = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=$caddy_pwd", $contents2);
+ $contents = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=\"$caddy_pwd\"", $contents);
+ $contents2 = preg_replace("/CADDY_PWD=.*/", "CADDY_PWD=\"$caddy_pwd\"", $contents2);
$fh = fopen('/etc/birdnet/birdnet.conf', "w");
$fh2 = fopen("./scripts/thisrun.txt", "w");
fwrite($fh, $contents);
diff --git a/scripts/config.php b/scripts/config.php
index f63259a..c662dfb 100644
--- a/scripts/config.php
+++ b/scripts/config.php
@@ -178,7 +178,7 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}
-
+