Merge pull request #4138 from dokuwiki/issue4099
[dokuwiki.git] / inc / Input / Server.php
blobb254629b31ea1995cd0a95379598160df60aad42
1 <?php
3 namespace dokuwiki\Input;
5 /**
6 * Internal class used for $_SERVER access in dokuwiki\Input\Input class
7 */
8 class Server extends Input
10 /** @noinspection PhpMissingParentConstructorInspection
11 * Initialize the $access array, remove subclass members
13 public function __construct()
15 $this->access = &$_SERVER;