Update config.php
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ if(isset($_GET["latitude"])){
|
|||||||
$latitude = $_GET["latitude"];
|
$latitude = $_GET["latitude"];
|
||||||
$longitude = $_GET["longitude"];
|
$longitude = $_GET["longitude"];
|
||||||
$site_name = $_GET["site_name"];
|
$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"];
|
$birdweather_id = $_GET["birdweather_id"];
|
||||||
$apprise_input = $_GET['apprise_input'];
|
$apprise_input = $_GET['apprise_input'];
|
||||||
$apprise_notification_title = $_GET['apprise_notification_title'];
|
$apprise_notification_title = $_GET['apprise_notification_title'];
|
||||||
|
|||||||
Reference in New Issue
Block a user