From 8981e4b2759f1ae138824823c68e79995411f1e0 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 3 Jan 2011 01:56:06 +1100 Subject: [PATCH] Changed FILE_HASH to default to sha1 --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index ec697f79..809e8148 100644 --- a/inc/config.php +++ b/inc/config.php @@ -92,7 +92,7 @@ // Store image hash in the database for r9k-like boards implementation soon // Function name for hashing // sha1_file, md5_file, etc. - define('FILE_HASH', 'md5_file', true); + define('FILE_HASH', 'sha1_file', true); // Maximum image upload size in bytes define('MAX_FILESIZE', 10*1024*1024, true); // 10MB