This commit is contained in:
@@ -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;
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user