From 557bb0c775f880ac7de99b9608045ff206614ed8 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 6 Nov 2024 15:37:39 +0100 Subject: Initial commit --- public/index.php | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 public/index.php (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php new file mode 100644 index 0000000..dc421b9 --- /dev/null +++ b/public/index.php @@ -0,0 +1,135 @@ +/dev/null"); + chdir(__DIR__); + + if (is_string($resultStr)) { + $result = json_decode($resultStr, true); + } +} + +?> + + +
+ + +Powered by Eclipse Temurin
+ + + + + -- cgit v1.2.3