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); }