summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.php b/config.php
index be894e9..4d7dcfe 100644
--- a/config.php
+++ b/config.php
@@ -3,6 +3,11 @@
3// écrire 'gd' ou 'imagick' 3// écrire 'gd' ou 'imagick'
4$imageLibrary = 'imagick'; 4$imageLibrary = 'imagick';
5 5
6// format des sauvegardes à la création
7// écrire 'zip' ou 'tar' ou 'phar'
8$archiveFormat = 'zip';
9// seul zip est supporté pour l'instant
10
6// taille max des fichiers à adapter au php.ini 11// taille max des fichiers à adapter au php.ini
7$maxWeight = 2000000; 12$maxWeight = 2000000;
8 13