Browse Source

Changed FILE_HASH to default to sha1

pull/40/head
Savetheinternet 13 years ago
parent
commit
8981e4b275
  1. 2
      inc/config.php

2
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

Loading…
Cancel
Save