N°3671 : persist absolute URL when setup context (force trustproxy enabled)

This commit is contained in:
odain
2021-03-15 14:34:56 +01:00
parent 3bcae734e5
commit 5d0c61178b

View File

@@ -54,5 +54,7 @@ if (!function_exists('json_decode'))
}
/////////////////////////////////////////////////////////////////////
//N°3671 setup context: force $bForceTrustProxy to be persisted in next calls
utils::GetAbsoluteUrlAppRoot(true);
$oWizard = new WizardController('WizStepWelcome');
$oWizard->Run();