mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +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(
|
$resp->setHeader(
|
||||||
'X-Icinga-Title',
|
'X-Icinga-Title',
|
||||||
rawurlencode($this->view->title . ' :: Icinga Web', true)
|
rawurlencode($this->view->title . ' :: Icinga Web'),
|
||||||
|
true
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$resp->setHeader('X-Icinga-Title', rawurlencode('Icinga Web'), true);
|
$resp->setHeader('X-Icinga-Title', rawurlencode('Icinga Web'), true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user