From b3ea1050ebddebb07c6f7f8c7f11ed69d5dda1c0 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Tue, 14 Jun 2022 10:54:25 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05037=20-=20Setup:=20Add=20disclaimer=20a?= =?UTF-8?q?bout=20collected=20data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/wizardsteps.class.inc.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/setup/wizardsteps.class.inc.php b/setup/wizardsteps.class.inc.php index 061701227..e576bc053 100644 --- a/setup/wizardsteps.class.inc.php +++ b/setup/wizardsteps.class.inc.php @@ -2304,14 +2304,10 @@ CSS $oPage->add(''); if ($this->NeedsRgpdConsent()) { - $oConfig = new Config(utils::GetConfigFilePath()); - $oProductionEnv = new RunTimeEnvironment('production'); - $oProductionEnv->InitDataModel($oConfig, true); - $sRgpdUrl = $oConfig->GetModuleSetting('itop-hub-connector', 'rgpd_url', ''); $oPage->add('
iTop software is compliant with the processing of personal data according to the European General Data Protection Regulation (GDPR). By installing iTop you agree that some information will be collected by Combodo to help you manage your instances and for statistical purposes. This data remains anonymous until it is associated to a user account on iTop Hub. -List of collected data available in our Data privacy section.

More informations here

'); +List of collected data available in our Data privacy section.

More informations here

'); $oPage->add(''); $oPage->add(''); $oPage->add('
');