1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 17:14:04 +01:00

Changed FILE_HASH to default to sha1

This commit is contained in:
Savetheinternet 2011-01-03 01:56:06 +11:00
parent 01bbe8fca7
commit 8981e4b275

View File

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