Update security.php

This commit is contained in:
Namhyeon Go 2020-02-04 19:18:05 +09:00 committed by GitHub
parent fbe181e23b
commit e1931d98ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,7 +285,7 @@ if(!check_function_exists("get_uncompressed_text")) {
$_text = ""; $_text = "";
switch($algo) { switch($algo) {
case "deflate" case "deflate":
$_text = gzinflate(base64_decode($text)); $_text = gzinflate(base64_decode($text));
break; break;
case "gzip": case "gzip":