getData(['config', 'i18n', 'langAdmin']); switch ($val) { case 'fr' : $text[0] = 'Paramètres'; $text[1] = 'Mise à jour automatisée'; $text[2] = 'Maintenance'; $text[3] = 'Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.'; $text[4] = 'Favicon'; $text[5] = 'Sélectionnez une icône adaptée à un thème sombre.
Pensez à supprimer le cache de votre navigateur si la favicon ne change pas.'; $text[6] = 'Favicon thème sombre'; $text[7] = 'Fuseau horaire'; $text[8] = 'Le fuseau horaire est utile au bon référencement'; $text[9] = 'Message de consentement aux cookies'; $text[10] = 'Activation obligatoire selon les lois françaises sauf si vous utilisez votre propre système de consentement.'; $text[11] = 'URL intelligentes'; $text[12] = 'Vérifiez d\'abord que votre serveur autorise l\'URL rewriting (ce qui n\'est pas le cas chez Free).'; $text[13] = 'Rechercher une mise à jour en ligne'; $text[14] = 'La vérification est quotidienne. Option désactivée si la configuration du serveur ne le permet pas.'; $text[15] = 'Préserver le fichier htaccess racine'; $text[16] = 'Lors d\'une mise à jour automatique, conserve le fichier htaccess de la racine du site.'; $text[17] = 'Réinstaller'; $text[18] = 'Sauvegarde automatique quotidienne du site'; $text[19] = 'Une archive contenant le dossier /site/data est copiée dans le dossier \'site/backup\'. La sauvegarde est conservée pendant 30 jours.

Les fichiers du site ne sont pas sauvegardés automatiquement. Activation recommandée.'; $text[20] = 'Site en maintenance'; $text[21] = 'Sauvegarder'; $text[22] = 'Restaurer'; $text[23] = 'Copie sauvegardes auto'; $text[24] = 'Informations à transmettre au support en cas de dysfonctionnement'; $text[25] = 'Version de Deltacms: '; $text[26] = 'Version de PHP: '; $text[27] = 'Type de serveur: '; $text[28] = 'URL intelligentes: '; $text[29] = 'oui'; $text[30] = 'non'; $text[31] = 'Modules PHP installés: '; $text[32] = 'Module(s) absent(s): '; $text[33] = 'Les modules nécessaires sont installés.'; $text[34] = 'Modules Deltacms installés: '; $text[35] = 'Générer un pdf'; $text[36] = 'Directive '; $text[37] = 'Fonction '; break; case 'en' : $text[0] = 'Parameters'; $text[1] = 'Automated update'; $text[2] = 'Maintenance'; $text[3] = 'Remember to clear your browser\'s cache if the favicon does not change'; $text[4] = 'Favicon'; $text[5] = 'Select a suitable icon for a dark theme.
Remember to clear your browser\'s cache if the favicon does not change.'; $text[6] = 'Favicon dark theme'; $text[7] = 'Time zone'; $text[8] = 'The time zone is useful for good referencing'; $text[9] = 'Cookie consent message'; $text[10] = 'Mandatory activation under French law unless you use your own consent system'; $text[11] = 'Smart URLs'; $text[12] = 'First check that your server allows URL rewriting (which is not the case with Free)'; $text[13] = 'Search for an online update'; $text[14] = 'The check is daily. Option disabled if server configuration does not allow it.'; $text[15] = 'Preserve the root htaccess file'; $text[16] = 'On auto-update, keep the root htaccess file'; $text[17] = 'Reinstall'; $text[18] = 'Automatic daily site backup'; $text[19] = 'An archive containing the folder /site/data is copied to the folder \'site/backup\'. The backup is kept for 30 days.

Site files are not backed up automatically. Activation recommended.'; $text[20] = 'Site under maintenance'; $text[21] = 'Save'; $text[22] = 'Restore'; $text[23] = 'Auto backup copy'; $text[24] = 'Information to send to support in case of malfunction'; $text[25] = 'Deltacms version: '; $text[26] = 'PHP version: '; $text[27] = 'Server type: '; $text[28] = 'Smart URL: '; $text[29] = 'yes'; $text[30] = 'no'; $text[31] = 'PHP modules installed: '; $text[32] = 'Module(s) missing: '; $text[33] = 'The necessary modules are installed.'; $text[34] = 'Deltacms modules installed: '; $text[35] = 'Generate a pdf'; $text[36] = 'Directive '; $text[37] = 'Function '; break; } ?>

1, 'help' => $text[3], 'label' => $text[4], 'value' => $this->getData(['config', 'favicon']) ]); ?>
1, 'help' => $text[5], 'label' => $text[6], 'value' => $this->getData(['config', 'faviconDark']) ]); ?>
$text[7], 'selected' => $this->getData(['config', 'timezone']), 'help' => $text[8] ]); ?>
$this->getData(['config', 'cookieConsent']), 'help' => $text[10] ]); ?>
helper::checkRewrite(), 'help' => $text[12] ]); ?>

$this->getData(['config', 'autoUpdate']), 'help' => $text[14], 'disabled' => !$updateError ]); ?>
$this->getData(['config', 'autoUpdateHtaccess']), 'help' => $text[16], 'disabled' => !$updateError ]); ?>
'download-cloud', 'href' => helper::baseUrl() . 'install/update', 'value' => $text[17], 'class' => 'buttonRed', 'disabled' => !$updateError ]); ?>

$this->getData(['config', 'autoBackup']), 'help' => $text[19] ]); ?>
$this->getData(['config', 'maintenance']) ]); ?>
helper::baseUrl() . 'config/backup', 'value' => $text[21], 'ico' => 'download-cloud' ]); ?>
helper::baseUrl() . 'config/restore', 'value' => $text[22], 'ico' => 'upload-cloud' ]); ?>
helper::baseUrl() . 'config/copyBackups', 'value' => $text[23], 'ico' => 'download-cloud' ]); ?>

$listText ]); ?>
$value){ $listModText .= $value.' - '; $listModSmall[$key] = strtolower($value); } $listModText = substr( $listModText, 0, strlen($listModText) - 3); $listModRequired = array('exif', 'gd', 'mbstring', 'xmlwriter', 'zip', 'date', 'fileinfo', 'phar'); $listDiff = array_diff( $listModRequired, $listModSmall ); if( count($listDiff) > 0) { $listModText .= "\n\n".$text[32]; foreach( $listDiff as $key=>$value){ $listModText .= $value.' - '; } $listModText = substr( $listModText, 0, strlen($listModText) - 3); } else{ $listModText .= "\n\n".$text[33]; } echo template::textarea('modulesPhp',[ 'value' => $listModText ]); ?>
$value){ if( ini_get($value)) { $texte .= $text[36].$value.' ON - '; } else{ $texte .= $text[36].$value.' OFF - '; } } // Tests des fonctions php $functions = array( 'fopen', 'file_get_contents', 'curl_version', 'stream_get_contents', 'datefmt_create'); foreach( $functions as $key=>$value){ if(function_exists($value)){ $texte .= $text[37].$value.' ON - '; } else{ $texte .= $text[37].$value.' OFF - '; } } echo template::textarea('directivesFunctionsPhp',[ 'value' => substr( $texte, 0, strlen($texte) - 3) ]); ?>
$value){ $listModDeltaText .= $key.' '.$infoModules[$key]['version'].' - '; } $listModDeltaText = substr( $listModDeltaText, 0, strlen($listModDeltaText) - 3); echo template::textarea('modulesDeltacms',[ 'value' => $listModDeltaText ]); ?>
'buttontopdf', 'value' => $text[35] ]); ?>