No more lightdb:delete v7

This commit is contained in:
xdrm-brackets 2017-09-14 16:12:09 +02:00
parent 6f0fbc3b5c
commit d43e0f1d74
1 changed files with 3 additions and 1 deletions

View File

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