diff --git a/endpoint.php b/endpoint.php index 1df3f5a..d7a35c5 100644 --- a/endpoint.php +++ b/endpoint.php @@ -3,7 +3,7 @@ require_once("config.php"); if (!$endpoint) { - die("Endpoint not enabled in config. You should do something about that.") + die("Endpoint not enabled in config. You should do something about that."); } if (isset($_GET["lat"]) && preg_match("/^-?\d+\.\d+$/", $_GET["lat"]) && isset($_GET["lon"]) && preg_match("/^-?\d+\.\d+$/", $_GET["lon"]) && isset($_GET["device"]) ) {