layout
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-28 15:28:22 +00:00
parent b4b11ef8f0
commit c0373bb7e0
2 changed files with 8 additions and 4 deletions

View File

@@ -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;
?>