From 1a7201eb302aff171135080fa3b11c312a4d9f3c 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 a3ce8e48..c967a6c4 100644 --- a/inc/config.php +++ b/inc/config.php @@ -290,6 +290,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',