From e3c2f0ef71da11700faf2b07fa622e4506016e7b Mon Sep 17 00:00:00 2001 From: Benjamin Southall Date: Fri, 7 Apr 2017 19:42:39 +0900 Subject: [PATCH] Add additional valid inputs for multi-url file upload for ['spam']['valid_inputs'] --- inc/config.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inc/config.php b/inc/config.php index 8a879bbb..ebf8f8e4 100644 --- a/inc/config.php +++ b/inc/config.php @@ -301,6 +301,12 @@ 'file_url1', 'file_url2', 'file_url3', + 'file_url4', + 'file_url5', + 'file_url6', + 'file_url7', + 'file_url8', + 'file_url9', 'json_response', 'user_flag', 'no_country',