/*
/*  (c) 2019-2020 - www.afsoftware.fr
/*
/*
/* ----------------------------- */
/*            FRANCAIS	         */
/* ----------------------------- */
/*   
/* Ce fichier permet d'ajouter des codes privs pour avoir l'accs  la page indique
/* dans le fichier afs_config.php
/* Le code priv peut fonctionner: x fois, ou illimit !
/*
/* La structure de ce fichier est donc: Date cration, Code,*xx*,$yy$,
/* xx = Nombre Connexions Autorises entre 2 caractres toile (0 = illimit, x = x fois)
/* yy = Nombre Connexions Effectues entre 2 caractres dollar (par dfaut  zro, et sera ensuite modifi par l'applciation)
/*
/*
/* OBLIGATOIRE DE TERMINER CHAQUE LIGNE DES CODES PAR UNE VIRGULE
/*
/* OBLIGATOIRE: CODE D'ACCES SANS CARACTERES ETRANGERS (e? ..etc..)
/* OBLIGATOIRE: CODE D'ACCES EN MAJUSCULES
/*


/* ----------------------------- */
/*            ENGLISH	         */
/* ----------------------------- */
/*   
/* You can add private codes into this file to have acces to the private page documented into afs_config.php file
/* Private code can run: x times, or unlimited !
/*
/* File structure is: Creation date, Code,*xx*,$yy$,
/* xx = Number of authorized connections between 2 * characters (xxxxxx = unlimited, x = x fois)
/* yy = Number of already done connections between 2 $ characters (by default at 0, and will be changed by the plugin)
/*
/*
/* MANDATORY TO TERMINATE EACH LINE BY A COMMA
/*
/* MANDATORY: PRIVATE CODE WITHOUT FOREIGN CHARACTERS (e? ...)
/* MANDATORY: PRIVATE CODE IN UPPERCASE
/*

13/12/2018,123,*22*,$5$,
13/12/2018,123_3TIMES,*3*,$0$,
13/12/2018,123_NOLIMIT,*100000*,$0$,
13/12/2018,123_LOCKED,*3*,$3$,