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 =========================================================*/