summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-25 10:45:03 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-25 10:45:03 +0000
commit85969b0590391aae9b2995248d3dec5780b379da (patch)
tree93aba13f148b457072e260bb455f60fddc14b3ad /includes/common.inc
parent48e05803fd9066677aec1e0881bbbf312ac5ce3b (diff)
downloadbrdo-85969b0590391aae9b2995248d3dec5780b379da.tar.gz
brdo-85969b0590391aae9b2995248d3dec5780b379da.tar.bz2
- Patch #752096 by c960657: remove unused check_file().
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc4
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
* @{