diff --git a/Sources/php_script/script/test.php b/Sources/php_script/script/test.php index 7356de6..686e8d5 100644 --- a/Sources/php_script/script/test.php +++ b/Sources/php_script/script/test.php @@ -4,4 +4,4 @@ include "config.php"; $res = connection(); $query = "DELETE FROM gps WHERE id='0'"; -mysqli_query($res, $query); \ No newline at end of file +mysqli_query($res, $query);