From c0373bb7e0687548f0153e306570806640ba0f9d Mon Sep 17 00:00:00 2001 From: hael Date: Fri, 28 Jun 2024 15:28:22 +0000 Subject: [PATCH] layout --- index.html | 6 ++++-- install.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index cf6ca30..d8f0310 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,8 @@ +
+
@@ -136,10 +138,10 @@
- - +
+ diff --git a/install.php b/install.php index 954e166..f9c8059 100644 --- a/install.php +++ b/install.php @@ -17,8 +17,6 @@ else { putenv('LOCAL_PROXY=no'); } - - // TODO - js warning //if [ "$SMARTHOST_PROXY" == "no" ]; then // echo "Warning! Local proxy will not work without smarthost proxy service."; @@ -42,4 +40,8 @@ putenv('DISCOVERY='.$_POST["discovery"]); putenv('ADDITIONAL='.$_POST["additional"]); +// check ENV variables +$output = shell_exec("set"); +echo $output; + ?>