mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
hide rudundand output
This commit is contained in:
parent
23f30e85ca
commit
9e67eb2866
1 changed files with 1 additions and 0 deletions
|
@ -102,6 +102,7 @@ if (!empty($_POST['save'])) {
|
|||
unset($output);
|
||||
exec (VESTA_CMD."v-list-dns-domain ".$v_username." ".$v_domain." json", $output, $return_var);
|
||||
if ((empty($_SESSION['error_msg'])) && ($return_var == 0 )) {
|
||||
unset($output);
|
||||
exec (VESTA_CMD."v-change-dns-domain-ip ".$v_username." ".$v_domain." ".$v_ip." 'no'", $output, $return_var);
|
||||
if ($return_var != 0) {
|
||||
$error = implode('<br>', $output);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue