Browse Source

bug checkmd5

master
root 2 years ago
parent
commit
533c76aa02
2 changed files with 9 additions and 3 deletions
  1. +5
    -0
      README.md
  2. +4
    -3
      action.php

+ 5
- 0
README.md View File

@ -18,3 +18,8 @@ db.php
Securite acces
---------------
via .htaccess .htpasswd
URL
---------------
https://devod.digitalorigin.fr/
pwd:toto2018

+ 4
- 3
action.php View File

@ -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


Loading…
Cancel
Save