ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
class.ilAuthFrontendCredentialsHTTP.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 {
23  public function initFromRequest(): void
24  {
25  $this->setUsername($_SERVER['PHP_AUTH_USER']);
26  $this->setPassword($_SERVER['PHP_AUTH_PW']);
27  }
28 }
$_SERVER['HTTP_HOST']
Definition: raiseError.php:26