commit | ffefd22e6656541962e9b09881fdc40200fe779a | [log] [tgz] |
---|---|---|
author | Andreu <andreuhuguet@gmail.com> | Thu Sep 19 11:09:44 2019 +0200 |
committer | Andreu <andreuhuguet@gmail.com> | Thu Sep 19 11:09:44 2019 +0200 |
tree | be4a629740fcc29d47d93ef7052bd4e10d89be3e | |
parent | 885889cdfe32921908f410ff6f08fc17f555a734 [diff] [blame] |
Dropped quielmata coolumn
diff --git a/php/request.php b/php/request.php index 883d9b2..4b67dd6 100644 --- a/php/request.php +++ b/php/request.php
@@ -20,6 +20,8 @@ } if ($_GET['msg'] == 4) $query = "UPDATE users SET requested=0 WHERE id=".$_GET['id']; // deny request + $a = "UPDATE users SET quimata=".$_GET['id'] + // Fetch the information of the user if ($result = $conn->query($query)) echo $query; else die("Wrong query: " . $query);