From 293081eb80eedbabc1c7d5ebbbfe147725299a2f Mon Sep 17 00:00:00 2001 From: "dorian.hodin" Date: Mon, 30 Jan 2023 13:56:48 +0100 Subject: [PATCH] Add a tmp.php file in Script to test Dockerfile --- .idea/git_toolbox_prj.xml | 15 +++++++++++++++ Source/API/script/tmp.php | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 .idea/git_toolbox_prj.xml create mode 100644 Source/API/script/tmp.php diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..02b915b --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/Source/API/script/tmp.php b/Source/API/script/tmp.php new file mode 100644 index 0000000..d4f7467 --- /dev/null +++ b/Source/API/script/tmp.php @@ -0,0 +1,3 @@ +HEY"; \ No newline at end of file