From 47c66b30d9064cffad6417cb2eab2f4917ca6bc6 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 11 Oct 2016 01:37:03 -0600 Subject: [PATCH] Remove ping.php check for username --- ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ping.php b/ping.php index 4d6c1fe..8b4a688 100644 --- a/ping.php +++ b/ping.php @@ -4,7 +4,7 @@ require 'required.php'; require 'onlyloggedin.php'; -if (is_empty($VARS['user']) || is_empty($VARS['lat']) || is_empty($VARS['long'])) { +if (is_empty($VARS['lat']) || is_empty($VARS['long'])) { sendError("Missing data.", true); }