Update security.php
This commit is contained in:
parent
fbe181e23b
commit
e1931d98ad
|
@ -285,7 +285,7 @@ if(!check_function_exists("get_uncompressed_text")) {
|
|||
$_text = "";
|
||||
|
||||
switch($algo) {
|
||||
case "deflate"
|
||||
case "deflate":
|
||||
$_text = gzinflate(base64_decode($text));
|
||||
break;
|
||||
case "gzip":
|
||||
|
|
Loading…
Reference in New Issue
Block a user