From 19f6b56233f8ded74f41800de7f0a16aac85a1c4 Mon Sep 17 00:00:00 2001 From: viastolfi Date: Fri, 25 Nov 2022 11:16:19 +0100 Subject: [PATCH] =?UTF-8?q?ajout=20des=20fichiers=20n=C3=A9cessaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Sources/API/config/Autoload.php | 32 ++++++++++++++++++++++++++++++++ Sources/API/config/Config.php | 9 +++++++++ Sources/API/controler/.gitkeep | 0 3 files changed, 41 insertions(+) create mode 100644 Sources/API/config/Autoload.php create mode 100644 Sources/API/config/Config.php create mode 100644 Sources/API/controler/.gitkeep diff --git a/Sources/API/config/Autoload.php b/Sources/API/config/Autoload.php new file mode 100644 index 0000000..e7ca079 --- /dev/null +++ b/Sources/API/config/Autoload.php @@ -0,0 +1,32 @@ +$file

"; + if(file_exists($file)){ + include $file; + } + } + } +} + +?> \ No newline at end of file diff --git a/Sources/API/config/Config.php b/Sources/API/config/Config.php new file mode 100644 index 0000000..ea5064a --- /dev/null +++ b/Sources/API/config/Config.php @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/Sources/API/controler/.gitkeep b/Sources/API/controler/.gitkeep new file mode 100644 index 0000000..e69de29