Remove makeSafe(), we don't use this method anymore now that we have filter_gpc()
This commit is contained in:
@@ -24,13 +24,6 @@ function util_redirect_and_exit($url)
|
|||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
function makeSafe($var)
|
|
||||||
{
|
|
||||||
/* Disable addslashes() until we can use more finely grained filtering on user input */
|
|
||||||
/* $var = trim(addslashes($var)); */
|
|
||||||
return $var;
|
|
||||||
}
|
|
||||||
|
|
||||||
function build_urlarg($vars)
|
function build_urlarg($vars)
|
||||||
{
|
{
|
||||||
$arr = array();
|
$arr = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user