From 74423eaf126ea719df3ed102e459edad6be864da Mon Sep 17 00:00:00 2001 From: Fyorl Date: Thu, 9 Aug 2012 12:31:49 +0100 Subject: [ticket/10939] Added $_FILES handling to phpbb_request PHPBB3-10939 --- phpBB/includes/request/interface.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/includes/request/interface.php') diff --git a/phpBB/includes/request/interface.php b/phpBB/includes/request/interface.php index afd53002e3..741db35917 100644 --- a/phpBB/includes/request/interface.php +++ b/phpBB/includes/request/interface.php @@ -30,6 +30,7 @@ interface phpbb_request_interface const REQUEST = 2; const COOKIE = 3; const SERVER = 4; + const FILES = 5; /**#@-*/ /** -- cgit v1.2.1