From 9ccbb81ad89f80c654965b6bba387b6a53e9774e Mon Sep 17 00:00:00 2001 From: Dorian HODIN Date: Mon, 28 Nov 2022 23:17:19 +0100 Subject: [PATCH] Final test before delete --- Sources/php_script/script/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);