From d3c3ce32bca28d9ca23a7d3179950c1b8b92fa0f Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 20 Apr 2020 10:19:43 +0200 Subject: [PATCH] =?UTF-8?q?Droit=20dossiers=20r=C3=A9cursifs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 091dad31..3b9d1f4d 100755 --- a/core/core.php +++ b/core/core.php @@ -36,7 +36,7 @@ class common { const THUMBS_WIDTH = 640; // Numéro de version - const ZWII_VERSION = '10.0.066'; + const ZWII_VERSION = '10.0.067'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; @@ -794,7 +794,7 @@ class common { // Vérifier l'existence du dossier de destination. $fileInfo = pathinfo($dest); if (!is_dir($fileInfo['dirname'])) { - mkdir($fileInfo['dirname'],755,true); + mkdir($fileInfo['dirname'],0755,true); } // Type d'image switch( $fileInfo['extension']) {