Skip to content

Commit

Permalink
fix #8004
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-florian committed Jan 2, 2018
1 parent 24a59a7 commit abe53ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/blockedlog/class/blockedlog.class.php
Expand Up @@ -795,6 +795,7 @@ public function getSignature()
if (empty($conf->global->BLOCKEDLOG_ENTITY_FINGERPRINT)) { // creation of a unique fingerprint

require_once DOL_DOCUMENT_ROOT.'/core/lib/admin.lib.php';
require_once DOL_DOCUMENT_ROOT.'/core/lib/security2.lib.php';

$fingerprint = dol_hash(print_r($mysoc,true).getRandomPassword(1), '5');

Expand Down

0 comments on commit abe53ca

Please sign in to comment.