Skip to content

Commit 9e67eb2

Browse files
committed
hide rudundand output
1 parent 23f30e8 commit 9e67eb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/edit/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
unset($output);
103103
exec (VESTA_CMD."v-list-dns-domain ".$v_username." ".$v_domain." json", $output, $return_var);
104104
if ((empty($_SESSION['error_msg'])) && ($return_var == 0 )) {
105+
unset($output);
105106
exec (VESTA_CMD."v-change-dns-domain-ip ".$v_username." ".$v_domain." ".$v_ip." 'no'", $output, $return_var);
106107
if ($return_var != 0) {
107108
$error = implode('<br>', $output);

0 commit comments

Comments
 (0)