maj README
This commit is contained in:
parent
4d39ee467c
commit
6e202aff50
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -12,3 +12,13 @@ $blocklog("monObjet", $id_objet, $num_dossier, $chaine);
|
|||
```
|
||||
?page=sha256sum
|
||||
```
|
||||
|
||||
## options :
|
||||
```php
|
||||
//changer l'algorithme par defaut : sha256
|
||||
define("_BLOCKLOG_ALGO", 'sha256');
|
||||
|
||||
//activer les log : blocklog.log
|
||||
define("_DEBUG_BLOCKLOG", true);
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue