BlockLog/README.md
2019-12-19 14:11:08 +01:00

437 B
Executable file

BlockLog

Utilisation

Génération du blocklog

$blocklog = charger_fonction('blocklog', 'inc');
// $chaine : string ou array
$blocklog("monObjet", $id_objet, $num_dossier, $chaine);

Page html de generation d'un bloclog

?page=sha256sum

options :

//changer l'algorithme par defaut : sha256
define("_BLOCKLOG_ALGO", 'sha256');

//activer les log : blocklog.log
define("_DEBUG_BLOCKLOG", true);