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