 * Copyright (C) 2013      Philippe SAGOT	    <courrier@mon-dolibarr.fr>
  * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program. If not, see <http://www.gnu.org/licenses/>.
 * or see http://www.gnu.org/
 
VERSION : 3.4.1-1
   - Compatible avec Dolibarr 3.4.x
 
OBJET : 
   Amélioration du code de contrôle sur la page de login :
     - Choix des majuscules et minuscules et/ou chiffres 
     - Rotation des caractères aléatoire
     - Couleur aléatoire des caractères
 
INSTALLATION : 
   Il suffit de remplacer et/ou ajouter les fichiers contenus dans le HTDOCS de votre installation paer ceux de la présente archive.
   /!\ Attention le fichier htdocs/core/antispamimage.php est remplacé.
 
FONCTIONNEMENT :
   Pour désactiver les minuscules et/ou les chiffres (pour plus de lisibilité par exemple) il suffit de mettre les lignes 44 et/ou 45 en remarque en commençant la ligne par //
   Exemple : 
	$alphabet=array("A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z");
	//array_push($alphabet, "a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z");
	//array_push($alphabet, "1","2","3","4","5","6","7","8","9","0");
   
NOUVEAU :
   - Changement de couleur aléatoire sur les caractères du code
   
 
 
 