mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 13:01:52 -07:00
code-breaking-typo
from copypasta
This commit is contained in:
parent
b13b82112a
commit
b09d244af7
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ if ($_GET['type'] == 'error') $type = 'error';
|
||||||
|
|
||||||
|
|
||||||
$cmd = implode(" ", array(
|
$cmd = implode(" ", array(
|
||||||
escapeshellarg(HESTIA_CMD . "v-list-web-domain-" . $type . "log"),
|
escapeshellarg(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