From d43e0f1d74ff4b7bc7672df11a456acf54f90066 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Thu, 14 Sep 2017 16:12:09 +0200 Subject: [PATCH] No more lightdb:delete v7 --- build/lightdb/core/lightdb.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/lightdb/core/lightdb.php b/build/lightdb/core/lightdb.php index 295269d..ac6b622 100644 --- a/build/lightdb/core/lightdb.php +++ b/build/lightdb/core/lightdb.php @@ -33,8 +33,10 @@ /* [1] Création du répertoire s'il n'existe pas =========================================================*/ - if( !is_dir($this->dir) ) + if( !is_dir($this->dir) ){ mkdir($this->dir); + \chmod($this->dir, 775); + } /* [2] Création du fichier d'index ou récupération =========================================================*/