mirror of
https://github.com/myvesta/vesta
synced 2025-07-05 20:41:53 -07:00
turns out VESTA_CMD is 2 commands
This commit is contained in:
parent
5aebfde6cf
commit
15c5bdac51
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if ($_GET['type'] == 'error') $type = 'error';
|
||||||
|
|
||||||
|
|
||||||
$cmd = implode(" ", array(
|
$cmd = implode(" ", array(
|
||||||
escapeshellarg(VESTA_CMD . "v-list-web-domain-" . $type . "log"),
|
VESTA_CMD . "v-list-web-domain-" . $type . "log",
|
||||||
escapeshellarg($user),
|
escapeshellarg($user),
|
||||||
escapeshellarg($v_domain),
|
escapeshellarg($v_domain),
|
||||||
"5000",
|
"5000",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue