Update security.php
This commit is contained in:
parent
fbe181e23b
commit
e1931d98ad
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user