From 60f6cb354d8fbe098585e23ad3f98566769fc6f2 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 5 May 2022 16:26:38 +0200 Subject: [PATCH] Enregistrement dans fichier --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 06a45a9..0eca332 100644 --- a/index.php +++ b/index.php @@ -80,7 +80,7 @@ str_replace(';', ' ', $_POST['cotisation']) . str_replace(';', ' ', $_POST['mode']); - file_put_contents($filepath . "preadhesion" . date("Y-m-d") . rand(111111, 999999), $content); + file_put_contents($filepath . "preadhesion" . date("Y-m-d") . rand(111111, 999999), strtoupper($content)); } else {