From 2ac4254829fb27d878044978e4e89f15eeeddd23 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 1 Mar 2022 04:02:05 +0100 Subject: factorisation et pages manquantes --- config.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.php') diff --git a/config.php b/config.php index be894e9..4d7dcfe 100644 --- a/config.php +++ b/config.php @@ -3,6 +3,11 @@ // écrire 'gd' ou 'imagick' $imageLibrary = 'imagick'; +// format des sauvegardes à la création +// écrire 'zip' ou 'tar' ou 'phar' +$archiveFormat = 'zip'; +// seul zip est supporté pour l'instant + // taille max des fichiers à adapter au php.ini $maxWeight = 2000000; -- cgit v1.2.3