aboutsummaryrefslogtreecommitdiff
path: root/src/hex.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-07-30 16:59:03 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-07-30 16:59:03 +0000
commited6a62b493615cd8e5c783dc133edbd30bb2e0c2 (patch)
tree85f11b435330559640652c060707cace07f59b63 /src/hex.php
parent61bd2d78adaad1d6a4369e43d7913486083f02e1 (diff)
downloadboca-ed6a62b493615cd8e5c783dc133edbd30bb2e0c2.tar.gz
boca-ed6a62b493615cd8e5c783dc133edbd30bb2e0c2.zip
bf
Diffstat (limited to 'src/hex.php')
-rw-r--r--src/hex.php3
1 files changed, 2 insertions, 1 deletions
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);