From 9946a702c183e92f7978ff62ff5b2daaf38b5a88 Mon Sep 17 00:00:00 2001
From: Lucas <lucas.briffon@ensiie.fr>
Date: Thu, 12 Dec 2019 06:20:52 +0100
Subject: [PATCH] update matchs

---
 htdocs/student/matchs.php | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/htdocs/student/matchs.php b/htdocs/student/matchs.php
index fab4216..71078b8 100644
--- a/htdocs/student/matchs.php
+++ b/htdocs/student/matchs.php
@@ -93,16 +93,6 @@ include("/opt/lampp/htdocs/pima/head.php");
                                     </form>
                                 </p>
                                 <?php
-                                /*if (isset($_POST['match1'])){
-                                    $firstname = $_POST['firstname'];
-                                    $name = $_POST['name'];
-                                    $type = "Student";
-                                    $mail = $_POST['mail'];
-                                    $mdp = $_POST['mdp'];
-
-                                    $sql = "INSERT INTO users(student, teacher, dispo, subject, accepted) values (?, ?, ?, ?, ?, ?)";
-                                    $bdd->prepare($sql)->execute([$firstname,$name,$type,$mail,$mdp]);
-                                }*/
                             }
                         }
                     }
-- 
GitLab