mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Revert "ModuleActionController: fix forward/X-Icinga-Module"
This reverts commit bf82bd4ce1827361a039cbebb272df81584044e5. We have a not merged branch for this. refs #9349
This commit is contained in:
parent
ab8e775188
commit
52e352751e
@ -73,6 +73,6 @@ class ModuleActionController extends ActionController
|
||||
public function postDispatchXhr()
|
||||
{
|
||||
parent::postDispatchXhr();
|
||||
$this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName, true);
|
||||
$this->getResponse()->setHeader('X-Icinga-Module', $this->moduleName);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user