- Patch #752096 by c960657: remove unused check_file().
parent
48e05803fd
commit
85969b0590
|
@ -1173,10 +1173,6 @@ function flood_is_allowed($name, $threshold, $window = 3600, $identifier = NULL)
|
|||
return ($number < $threshold);
|
||||
}
|
||||
|
||||
function check_file($filename) {
|
||||
return is_uploaded_file($filename);
|
||||
}
|
||||
|
||||
/**
|
||||
* @defgroup sanitization Sanitization functions
|
||||
* @{
|
||||
|
|
Loading…
Reference in New Issue