diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc index 0bf349af2..e25a744d2 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -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 * @{ |