mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
N°5028 Fix updated default logo in unauthenticated webpages
This commit is contained in:
@@ -73,7 +73,7 @@ class UnauthenticatedWebPage extends NiceWebPage
|
||||
|
||||
$this->sContent = '';
|
||||
$this->sPanelTitle = '';
|
||||
$this->sPanelIcon = Branding::GetFullMainLogoAbsoluteUrl();
|
||||
$this->sPanelIcon = Branding::GetLoginLogoAbsoluteUrl();
|
||||
$this->SetContentType('text/html');
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user