diff options
author | polo <ordipolo@gmx.fr> | 2024-08-14 17:20:10 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2024-08-14 17:20:10 +0200 |
commit | 5fb0a2785718160317069c87496d1602e32ea3d6 (patch) | |
tree | 3225c81385576a2ece5fdefa54d3fb7059115b71 /src/files.php | |
parent | bf6655a534a6775d30cafa67bd801276bda1d98d (diff) | |
download | AppliGestionPHP-5fb0a2785718160317069c87496d1602e32ea3d6.zip |
autoload avec composer
Diffstat (limited to 'src/files.php')
-rw-r--r-- | src/files.php | 5 |
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 | |||
33 | function makeFolder(string $path) | 28 | function makeFolder(string $path) |
34 | { | 29 | { |
35 | $rights = 0755; // droits en octal | 30 | $rights = 0755; // droits en octal |