From ed6a62b493615cd8e5c783dc133edbd30bb2e0c2 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Sun, 30 Jul 2017 17:59:03 +0100 Subject: bf --- src/hex.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/hex.php') diff --git a/src/hex.php b/src/hex.php index 2e0e7f8..104b331 100644 --- a/src/hex.php +++ b/src/hex.php @@ -66,7 +66,8 @@ function decryptData($crypttext,$key,$txt='') { if($test1 != $test2) { if($txt=='') MSGError("Decryption error -- contact an admin now (" . getFunctionName() .")"); -// LogError("Decryption error -- contact an admin, possibly password wrong (" . getFunctionName() .",$txt)"); + else + LogError("Decryption error (" . getFunctionName() .",$txt)"); return ""; } if($iscompressed) return unzipstr($decrypttext); -- cgit v1.2.3