diff --git a/index.html b/index.html
index cf6ca30..d8f0310 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,8 @@
+
+
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;
+
?>