mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
parent
20aa17c831
commit
9f0e48a0a1
@ -77,6 +77,6 @@ class ModuleActionController extends ActionController
|
|||||||
public function postDispatchXhr()
|
public function postDispatchXhr()
|
||||||
{
|
{
|
||||||
parent::postDispatchXhr();
|
parent::postDispatchXhr();
|
||||||
$this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName);
|
$this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user