Update security.php

This commit is contained in:
Namhyeon Go 2018-03-21 12:25:50 +09:00 committed by GitHub
parent 346dfd229f
commit 311ff54ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,7 +489,7 @@ if(!function_exists("decapsulate_text")) {
}
if(!empty($encrypted_text)) {
$decapsulate_text = base64_encode($decrypted_text);
$decapsulate_text = base64_decode($decrypted_text);
}
}