mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Merge remote-tracking branch 'origin/support/3.0' into develop
This commit is contained in:
@@ -3585,6 +3585,8 @@ EOF;
|
||||
* @param $sRelativeDir
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 2.7.0 N°2498
|
||||
*/
|
||||
protected function WriteStaticOnlyHtaccess($sTempTargetDir)
|
||||
{
|
||||
@@ -3626,6 +3628,8 @@ EOF;
|
||||
* @param $sModuleVersion
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @since 2.7.0 N°2498
|
||||
*/
|
||||
protected function WriteStaticOnlyWebConfig($sTempTargetDir)
|
||||
{
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 88 KiB After Width: | Height: | Size: 88 KiB |
@@ -157,7 +157,7 @@ class SetupPage extends NiceWebPage
|
||||
|
||||
public function output()
|
||||
{
|
||||
$sLogo = utils::GetAbsoluteUrlAppRoot().'/images/itop-logo.png?t='.utils::GetCacheBusterTimestamp();
|
||||
$sLogo = utils::GetAbsoluteUrlAppRoot().'/images/logos/logo-itop-simple-dark.svg?t='.utils::GetCacheBusterTimestamp();
|
||||
$oSetupPage = UIContentBlockUIBlockFactory::MakeStandard();
|
||||
$oHeader = UIContentBlockUIBlockFactory::MakeStandard('header', ['ibo-setup--header']);
|
||||
$oSetupPage->AddSubBlock($oHeader);
|
||||
|
||||
Reference in New Issue
Block a user