summaryrefslogtreecommitdiff
path: root/src/files.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-08-14 17:20:10 +0200
committerpolo <ordipolo@gmx.fr>2024-08-14 17:20:10 +0200
commit5fb0a2785718160317069c87496d1602e32ea3d6 (patch)
tree3225c81385576a2ece5fdefa54d3fb7059115b71 /src/files.php
parentbf6655a534a6775d30cafa67bd801276bda1d98d (diff)
downloadAppliGestionPHP-5fb0a2785718160317069c87496d1602e32ea3d6.zip
autoload avec composer
Diffstat (limited to 'src/files.php')
-rw-r--r--src/files.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/files.php b/src/files.php
index ad20ee0..2a68d9d 100644
--- a/src/files.php
+++ b/src/files.php
@@ -25,11 +25,6 @@ function makeFile($path, $file_name, $data)
25 //~ } 25 //~ }
26} 26}
27 27
28//~ function deleteFile($path, $file_name)
29//~ {
30 //~ unlink()
31//~ }
32
33function makeFolder(string $path) 28function makeFolder(string $path)
34{ 29{
35 $rights = 0755; // droits en octal 30 $rights = 0755; // droits en octal