From 97b04eff7b48e6fd44093b72ea10d297d19fdb41 Mon Sep 17 00:00:00 2001 From: Klaus-Uwe Mitterer Date: Mon, 15 Aug 2016 00:53:18 +0200 Subject: [PATCH] Fixed syntax error in endpoint.php --- endpoint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) ) {