Merge pull request #3024 from splitbrain/cookieupdate
[dokuwiki.git] / inc / Input / Server.php
blob60964fd8f760f796223ce43d3fd553f711cf0dca
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
11 /** @noinspection PhpMissingParentConstructorInspection
12 * Initialize the $access array, remove subclass members
14 public function __construct()
16 $this->access = &$_SERVER;