diff options
Diffstat (limited to 'application/models')
-rw-r--r-- | application/models/mfile.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index 0187f3086..97c9ecfcd 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -47,6 +47,11 @@ class Mfile extends CI_Model { } } + public function stale_hash($hash) + { + return $this->unused_file($hash); + } + function get_filedata($id) { $sql = ' |