From c4c40a1217032aba092a4fd19d2ad7a9cf0a6b91 Mon Sep 17 00:00:00 2001 From: frederik Date: Fri, 31 May 2024 11:12:32 +0200 Subject: [PATCH] add INFO_SITE to ui config --- scripts/config.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/scripts/config.php b/scripts/config.php index 2c6490e..6425d52 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -62,6 +62,7 @@ if(isset($_GET["latitude"])){ $flickr_api_key = $_GET['flickr_api_key']; $flickr_filter_email = $_GET["flickr_filter_email"]; $language = $_GET["language"]; + $info_site = $_GET["info_site"]; $timezone = $_GET["timezone"]; $model = $_GET["model"]; $sf_thresh = $_GET["sf_thresh"]; @@ -154,6 +155,7 @@ if(isset($_GET["latitude"])){ $contents = preg_replace("/APPRISE_WEEKLY_REPORT=.*/", "APPRISE_WEEKLY_REPORT=$apprise_weekly_report", $contents); $contents = preg_replace("/FLICKR_API_KEY=.*/", "FLICKR_API_KEY=$flickr_api_key", $contents); $contents = preg_replace("/DATABASE_LANG=.*/", "DATABASE_LANG=$language", $contents); + $contents = preg_replace("/INFO_SITE=.*/", "INFO_SITE=$info_site", $contents); $contents = preg_replace("/FLICKR_FILTER_EMAIL=.*/", "FLICKR_FILTER_EMAIL=$flickr_filter_email", $contents); $contents = preg_replace("/APPRISE_MINIMUM_SECONDS_BETWEEN_NOTIFICATIONS_PER_SPECIES=.*/", "APPRISE_MINIMUM_SECONDS_BETWEEN_NOTIFICATIONS_PER_SPECIES=$minimum_time_limit", $contents); $contents = preg_replace("/MODEL=.*/", "MODEL=$model", $contents); @@ -604,6 +606,33 @@ https://discordapp.com/api/webhooks/{WebhookID}/{WebhookToken}

! Only modify this at initial setup !


+ +
+

Additional Info

+ + +

allaboutbirds.org default +
ebirds.org has more European species

+

+