The code can easily be modified
INSERT INTO site_config VALUES
(null, 'blocked_file_hashes', '', 'The file md5 hashes that are not allowed to be uploaded. Separate items with a comma, without spaces.', '', 'string', 'File Uploads');
$blocked = explode(',', SITE_CONFIG_BLOCKED_FILE_HASHES)...