No more lightdb:delete v7
This commit is contained in:
parent
6f0fbc3b5c
commit
d43e0f1d74
|
@ -33,8 +33,10 @@
|
||||||
|
|
||||||
/* [1] Création du répertoire s'il n'existe pas
|
/* [1] Création du répertoire s'il n'existe pas
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
if( !is_dir($this->dir) )
|
if( !is_dir($this->dir) ){
|
||||||
mkdir($this->dir);
|
mkdir($this->dir);
|
||||||
|
\chmod($this->dir, 775);
|
||||||
|
}
|
||||||
|
|
||||||
/* [2] Création du fichier d'index ou récupération
|
/* [2] Création du fichier d'index ou récupération
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
|
Loading…
Reference in New Issue