From d9aa85c488b2a5ef6b1a4410332776535179d2ad Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Tue, 10 May 2022 10:46:48 -0400 Subject: [PATCH] begone pushed! --- scripts/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/config.php b/scripts/config.php index 6c4e73d..d3f9928 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -7,8 +7,6 @@ if(isset($_GET["latitude"])){ $latitude = $_GET["latitude"]; $longitude = $_GET["longitude"]; $birdweather_id = $_GET["birdweather_id"]; -$pushed_app_key = $_GET["pushed_app_key"]; -$pushed_app_secret = $_GET["pushed_app_secret"]; $apprise_input = $_GET['apprise_input']; $apprise_notification_title = $_GET['apprise_notification_title']; $apprise_notification_body = $_GET['apprise_notification_body'];