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