diff --git a/htdocs/match_script.php b/htdocs/match_script.php
index 12a6daa9d9df9614eadf10ce3d9ed1b380311e0d..e307f8edbdca59b893098d514ae84880e17bba64 100644
--- a/htdocs/match_script.php
+++ b/htdocs/match_script.php
@@ -54,6 +54,7 @@ function print_requests($users,$requests){
 
             if (isset($_POST['accept'])){
                 echo "Demande accepté";
+                set_accepted();
             }
 
             else{
@@ -93,6 +94,11 @@ function print_requests($users,$requests){
         }
 
     
+}
+
+function set_accepted(){
+
+    
 }
 
 ?>