diff --git a/core/module/install/view/index/index.php b/core/module/install/view/index/index.php
index 0e023b10..291dae4f 100644
--- a/core/module/install/view/index/index.php
+++ b/core/module/install/view/index/index.php
@@ -67,15 +67,13 @@
'Adresse du proxy',
- 'placeholder' => 'cache.proxy.fr',
- 'value' => $this->getData(['config', 'proxyUrl'])
+ 'placeholder' => 'cache.proxy.fr'
]); ?>
'Port du proxy',
- 'placeholder' => '6060',
- 'value' => $this->getData(['config', 'proxyPort'])
+ 'placeholder' => '6060'
]); ?>