From d0ca095e72971b90af86dc86c38665b3132e7689 Mon Sep 17 00:00:00 2001 From: thaaoblues Date: Thu, 26 Jan 2023 15:08:44 +0100 Subject: [PATCH] le hardcode de constantes ne mourra jamais --- coms.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coms.php b/coms.php index 951da94..3a19473 100755 --- a/coms.php +++ b/coms.php @@ -121,8 +121,8 @@ ob_start(); // Start reading html respo( 'Respo Web', - ["Alejandro", "Pastor"], - ["Mougnibas", "Théo"], + ["Alejandro", "Théo"], + ["Pastor", "Mougnibas"], ["pastor@insa-toulouse.fr", "mougnibas@insa-toulouse.fr"]); ?>