mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/10939] Added $_FILES handling to phpbb_request
PHPBB3-10939
This commit is contained in:
@@ -30,6 +30,7 @@ interface phpbb_request_interface
|
||||
const REQUEST = 2;
|
||||
const COOKIE = 3;
|
||||
const SERVER = 4;
|
||||
const FILES = 5;
|
||||
/**#@-*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user