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