N°3668 - URL direct error: renamed trust_proxies<-behind_reverse_proxy

This commit is contained in:
odain
2021-03-15 14:56:16 +01:00
parent 5d0c61178b
commit 386c90c601
4 changed files with 7 additions and 7 deletions

View File

@@ -144,7 +144,7 @@ class SetupPage extends NiceWebPage
public function output()
{
$sLogo = utils::GetAbsoluteUrlAppRoot(true).'/images/itop-logo.png';
$sLogo = utils::GetAbsoluteUrlAppRoot().'/images/itop-logo.png';
$this->s_content = "<div id=\"header\"><h1><a href=\"http://www.combodo.com/itop\" target=\"_blank\"><img title=\"iTop by Combodo\" alt=\" \" src=\"{$sLogo}?t=".utils::GetCacheBusterTimestamp()."\"></a>&nbsp;".htmlentities($this->s_title,
ENT_QUOTES, self::PAGES_CHARSET)."</h1>\n</div><div id=\"setup\">{$this->s_content}\n</div>\n";