mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 08:44:10 +02:00
Fix rawurlencode call
This commit is contained in:
parent
b8c2c33086
commit
13d954a956
@ -472,7 +472,8 @@ class ActionController extends Zend_Controller_Action
|
||||
}
|
||||
$resp->setHeader(
|
||||
'X-Icinga-Title',
|
||||
rawurlencode($this->view->title . ' :: Icinga Web', true)
|
||||
rawurlencode($this->view->title . ' :: Icinga Web'),
|
||||
true
|
||||
);
|
||||
} else {
|
||||
$resp->setHeader('X-Icinga-Title', rawurlencode('Icinga Web'), true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user