We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57c9816 commit 9f486deCopy full SHA for 9f486de
1 file changed
web/add/web/index.php
@@ -175,7 +175,7 @@
175
if (($_POST['v_proxy'] == 'on') && (empty($_SESSION['error_msg']))) {
176
$ext = str_replace(' ', '', $v_proxy_ext);
177
$ext = escapeshellarg($ext);
178
- exec (VESTA_CMD."v-add-web-domain-proxy ".$user." ".$v_domain." ".$ext." 'no'", $output, $return_var);
+ exec (VESTA_CMD."v-add-web-domain-proxy ".$user." ".$v_domain." '' ".$ext." 'no'", $output, $return_var);
179
if ($return_var != 0) {
180
$error = implode('<br>', $output);
181
if (empty($error)) $error = __('Error code:',$return_var);
0 commit comments