mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
923e902957
commit
5f642879c7
@ -96,6 +96,9 @@ class Cookie
|
||||
*/
|
||||
public function getDomain()
|
||||
{
|
||||
if ($this->domain === null) {
|
||||
$this->domain = Config::app()->get('cookie', 'domain');
|
||||
}
|
||||
return $this->domain;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user