diff --git a/core/module/config/view/index/index.php b/core/module/config/view/index/index.php index 25a04132..2c7ed8e2 100755 --- a/core/module/config/view/index/index.php +++ b/core/module/config/view/index/index.php @@ -167,10 +167,11 @@ 'checked' => $this->getData(['config', 'maintenance']) ]); ?> $this->getData(['config', 'autoUpdate']) + 'checked' => $this->getData(['config', 'autoUpdate']), + 'help' => 'Vérifie une fois par jour l\'existence d\'une mise à jour.' ]); ?> $this->getData(['config', 'autoBackup']), + 'checked' => $this->getData(['config', 'autoUpdate']), 'help' => 'Le fichier de données est copié quotidiennement dans le dossier \'site/backup\'. La sauvegarde est conservée pendant 30 jours.' ]); ?> @@ -198,9 +199,7 @@
-
- - +