Update config.php

This commit is contained in:
lloydbayley
2022-11-18 22:28:05 +11:00
parent b9c92a738d
commit c263202a62
+1 -1
View File
@@ -23,7 +23,7 @@ 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 = preg_replace('/['|\'|\"|"]*/', '', $site_name);
$birdweather_id = $_GET["birdweather_id"];
$apprise_input = $_GET['apprise_input'];
$apprise_notification_title = $_GET['apprise_notification_title'];