From c5b149a3d5a9377a6cd2b28489dc9f4d6c344e2d Mon Sep 17 00:00:00 2001 From: marc-go Date: Sat, 10 Jan 2026 19:10:48 +0100 Subject: [PATCH] Add stucture --- front/index.php | 21 +++++++++++++++++++++ front/main.php | 14 ++++++++++++++ front/setup.html | 11 +++++++++++ 3 files changed, 46 insertions(+) create mode 100644 front/index.php create mode 100644 front/main.php create mode 100644 front/setup.html diff --git a/front/index.php b/front/index.php new file mode 100644 index 0000000..52809d4 --- /dev/null +++ b/front/index.php @@ -0,0 +1,21 @@ +checkConf()) { + header("Location: /setup.html"); + exit; +} \ No newline at end of file diff --git a/front/main.php b/front/main.php new file mode 100644 index 0000000..64208b8 --- /dev/null +++ b/front/main.php @@ -0,0 +1,14 @@ + + + + + + mgServ // Setup + + +
+ \ No newline at end of file