mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[feature/oauth] Allow getting original global arrays from request
PHPBB3-11673
This commit is contained in:
@@ -412,4 +412,12 @@ class phpbb_request implements phpbb_request_interface
|
||||
|
||||
return $var;
|
||||
}
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function original_global_values($super_global = phpbb_request_interface::REQUEST)
|
||||
{
|
||||
return $this->input[$super_global];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user