Update security.php
This commit is contained in:
parent
c471e1bef2
commit
c5b499718a
|
@ -551,12 +551,6 @@ if(!check_function_exists("make_safe_argument")) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!check_function_exists("make_safe_path")) {
|
|
||||||
function make_safe_path($path) {
|
|
||||||
return str_replace("../", "", $path);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// https://stackoverflow.com/questions/14673551/encrypt-decrypt-with-xor-in-php
|
// https://stackoverflow.com/questions/14673551/encrypt-decrypt-with-xor-in-php
|
||||||
if(!check_function_exists("get_xor_text")) {
|
if(!check_function_exists("get_xor_text")) {
|
||||||
function get_xor_text($key, $string, $debug=false) {
|
function get_xor_text($key, $string, $debug=false) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user