Update config.php

This commit is contained in:
ehpersonal38
2022-11-17 22:39:34 -05:00
committed by GitHub
parent b9c92a738d
commit c12ee56fbc
+2 -1
View File
@@ -23,7 +23,8 @@ if(isset($_GET["latitude"])){
$latitude = $_GET["latitude"];
$longitude = $_GET["longitude"];
$site_name = $_GET["site_name"];
$site_name = preg_replace( '/[^A-Za-z0-9 ]/' , "", $site_name);
$site_name = str_replace('"', "", $site_name);
$site_name = str_replace('\'', "", $site_name);
$birdweather_id = $_GET["birdweather_id"];
$apprise_input = $_GET['apprise_input'];
$apprise_notification_title = $_GET['apprise_notification_title'];