1
0
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:
Fyorl
2012-08-09 12:31:49 +01:00
parent 64ff06cf87
commit 74423eaf12
2 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ interface phpbb_request_interface
const REQUEST = 2;
const COOKIE = 3;
const SERVER = 4;
const FILES = 5;
/**#@-*/
/**