- Patch #752096 by c960657: remove unused check_file().

merge-requests/26/head
Dries Buytaert 2010-03-25 10:45:03 +00:00
parent 48e05803fd
commit 85969b0590
1 changed files with 0 additions and 4 deletions

View File

@ -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
* @{