diff options
| author | cassiopc <cassiopc@gmail.com> | 2013-08-29 13:46:32 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2013-08-29 13:46:32 +0000 |
| commit | 0923c7df2ac33b451b1a64983fb1f77f0b16db43 (patch) | |
| tree | fb4acc76cb685a895ecf8420d9b9532e266d35ac /src/hex.php | |
| parent | 793b380f2dfc4f866df41e65adbe306057dd9ebe (diff) | |
| download | boca-0923c7df2ac33b451b1a64983fb1f77f0b16db43.tar.gz boca-0923c7df2ac33b451b1a64983fb1f77f0b16db43.zip | |
reduce verbose of decrypt errors
Diffstat (limited to 'src/hex.php')
| -rw-r--r-- | src/hex.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hex.php b/src/hex.php index 4fa4c16..2e0e7f8 100644 --- a/src/hex.php +++ b/src/hex.php @@ -66,7 +66,7 @@ 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)"); +// LogError("Decryption error -- contact an admin, possibly password wrong (" . getFunctionName() .",$txt)"); return ""; } if($iscompressed) return unzipstr($decrypttext); |