diff --git a/ecrire/inc/utils.php b/ecrire/inc/utils.php index d4c274abeff86c8e52b4f5aedbfeca0ed7e104df..20957f72e926362169c4a0408be4209f474abdc9 100644 --- a/ecrire/inc/utils.php +++ b/ecrire/inc/utils.php @@ -2103,7 +2103,7 @@ function spip_initialisation_suite() { // Historiquement la valeur pour imagick semble differente. Si ca n'est pas necessaire, il serait preferable de garder _IMG_QUALITE if (!defined('_IMG_IMAGICK_QUALITE')) define('_IMG_IMAGICK_QUALITE', 75); # surcharge pour imagick en PHP - if (!defined('_COPIE_LOCALE_MAX_SIZE')) define('_COPIE_LOCALE_MAX_SIZE',16777216); // poids en octet + if (!defined('_COPIE_LOCALE_MAX_SIZE')) define('_COPIE_LOCALE_MAX_SIZE',33554432); // poids en octet // qq chaines standard if (!defined('_ACCESS_FILE_NAME')) define('_ACCESS_FILE_NAME', '.htaccess');