Remove makeSafe(), we don't use this method anymore now that we have filter_gpc()

This commit is contained in:
Chris Morgan
2007-06-11 00:12:08 +00:00
committed by WineHQ
parent 1ec57548c5
commit 19cae27ff8

View File

@@ -24,13 +24,6 @@ function util_redirect_and_exit($url)
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)
{
$arr = array();