From 533c76aa02a9cd60ab69d724f4a7555db15f4c52 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 14 Feb 2023 11:05:58 +0100 Subject: [PATCH] bug checkmd5 --- README.md | 5 +++++ action.php | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ed830c..d8a5110 100644 --- a/README.md +++ b/README.md @@ -18,3 +18,8 @@ db.php Securite acces --------------- via .htaccess .htpasswd + +URL +--------------- +https://devod.digitalorigin.fr/ +pwd:toto2018 \ No newline at end of file diff --git a/action.php b/action.php index fbfe17e..183c8b6 100644 --- a/action.php +++ b/action.php @@ -70,11 +70,12 @@ if ($action=='load') $i=0; while (($getData = fgetcsv($csvFile, 10000, ";")) !== FALSE) { - //pour le md5 on ne tient pas compte du Solde et le sens - unset($getData[9]); + //pour le md5 on ne tient pas compte du Solde du sens et du libellé de l'activité + unset($getData[9]); unset($getData[10]); - + unset($getData[12]); + ; $checkmd5=hash('md5',serialize($getData)); // Get row data