Skip to content

Commit 9f486de

Browse files
committed
fix for missing template
1 parent 57c9816 commit 9f486de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/add/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
if (($_POST['v_proxy'] == 'on') && (empty($_SESSION['error_msg']))) {
176176
$ext = str_replace(' ', '', $v_proxy_ext);
177177
$ext = escapeshellarg($ext);
178-
exec (VESTA_CMD."v-add-web-domain-proxy ".$user." ".$v_domain." ".$ext." 'no'", $output, $return_var);
178+
exec (VESTA_CMD."v-add-web-domain-proxy ".$user." ".$v_domain." '' ".$ext." 'no'", $output, $return_var);
179179
if ($return_var != 0) {
180180
$error = implode('<br>', $output);
181181
if (empty($error)) $error = __('Error code:',$return_var);

0 commit comments

Comments
 (0)